2
0
mirror of https://github.com/tomav/docker-mailserver synced 2025-09-01 06:45:44 +00:00

Merge pull request #1822 from docker-mailserver/casperklein-patch-1

Remove fix-missing
This commit is contained in:
Casper
2021-02-22 00:13:44 +01:00
committed by GitHub

View File

@@ -33,7 +33,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# #
RUN \ RUN \
apt-get -qq --fix-missing update && \ apt-get -qq update && \
apt-get -y install apt-utils &>/dev/null && \ apt-get -y install apt-utils &>/dev/null && \
apt-get -y dist-upgrade >/dev/null && \ apt-get -y dist-upgrade >/dev/null && \
apt-get -y install postfix >/dev/null && \ apt-get -y install postfix >/dev/null && \