mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
parent
e7b88d865b
commit
65fc24414c
|
@ -40,10 +40,10 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apt-get -qq update && \
|
apt-get -qq update && \
|
||||||
apt-get -y -qq install apt-utils && \
|
apt-get -qq install apt-utils 2>/dev/null && \
|
||||||
apt-get -y -qq dist-upgrade && \
|
apt-get -qq dist-upgrade && \
|
||||||
apt-get -y -q install postfix && \
|
apt-get -qq install postfix && \
|
||||||
apt-get -y -q --no-install-recommends install \
|
apt-get -qq --no-install-recommends install \
|
||||||
# A - D
|
# A - D
|
||||||
altermime amavisd-new apt-transport-https arj binutils bzip2 bsd-mailx \
|
altermime amavisd-new apt-transport-https arj binutils bzip2 bsd-mailx \
|
||||||
ca-certificates cabextract clamav clamav-daemon cpio curl \
|
ca-certificates cabextract clamav clamav-daemon cpio curl \
|
||||||
|
|
Loading…
Reference in a new issue