follow up on #2024 implementing @polarathene's suggestions (#2030)

This commit is contained in:
Georg Lauterbach 2021-06-09 01:07:01 +02:00 committed by GitHub
parent e7b88d865b
commit 65fc24414c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -40,10 +40,10 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN \
apt-get -qq update && \
apt-get -y -qq install apt-utils && \
apt-get -y -qq dist-upgrade && \
apt-get -y -q install postfix && \
apt-get -y -q --no-install-recommends install \
apt-get -qq install apt-utils 2>/dev/null && \
apt-get -qq dist-upgrade && \
apt-get -qq install postfix && \
apt-get -qq --no-install-recommends install \
# A - D
altermime amavisd-new apt-transport-https arj binutils bzip2 bsd-mailx \
ca-certificates cabextract clamav clamav-daemon cpio curl \