Remove fix-missing

This commit is contained in:
Casper 2021-02-21 23:36:09 +01:00 committed by GitHub
parent a7ecb0ea8b
commit 2740e0fa0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 && \