1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-09 23:07:35 +02:00

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

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 \