mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Remove fix-missing
This commit is contained in:
parent
a7ecb0ea8b
commit
2740e0fa0c
|
@ -33,7 +33,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
# –––––––––––––––––––––––––––––––––––––––––––––––
|
||||
|
||||
RUN \
|
||||
apt-get -qq --fix-missing update && \
|
||||
apt-get -qq update && \
|
||||
apt-get -y install apt-utils &>/dev/null && \
|
||||
apt-get -y dist-upgrade >/dev/null && \
|
||||
apt-get -y install postfix >/dev/null && \
|
||||
|
|
Loading…
Reference in a new issue