mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-05 02:27:15 +02:00
Use the guidelines from Ubuntu and added some more. Added a test to ensure the number of decoders are present. Guideline: https://help.ubuntu.com/community/PostfixAmavisNew
This commit is contained in:
parent
c9e5a92db3
commit
8b19d54218
2 changed files with 22 additions and 1 deletions
16
Dockerfile
16
Dockerfile
|
@ -12,10 +12,13 @@ RUN apt-get update -q --fix-missing && \
|
|||
apt-get -y install --no-install-recommends \
|
||||
amavisd-new \
|
||||
arj \
|
||||
binutils \
|
||||
bzip2 \
|
||||
ca-certificates \
|
||||
cabextract \
|
||||
clamav \
|
||||
clamav-daemon \
|
||||
cpio \
|
||||
curl \
|
||||
dovecot-core \
|
||||
dovecot-imapd \
|
||||
|
@ -32,23 +35,34 @@ RUN apt-get update -q --fix-missing && \
|
|||
gzip \
|
||||
iptables \
|
||||
locales \
|
||||
liblz4-tool \
|
||||
libmail-spf-perl \
|
||||
libnet-dns-perl \
|
||||
libsasl2-modules \
|
||||
lrzip \
|
||||
lzop \
|
||||
netcat-openbsd \
|
||||
nomarch \
|
||||
opendkim \
|
||||
opendkim-tools \
|
||||
opendmarc \
|
||||
p7zip \
|
||||
pax \
|
||||
p7zip-full \
|
||||
postfix-ldap \
|
||||
postfix-policyd-spf-python \
|
||||
pyzor \
|
||||
rar \
|
||||
razor \
|
||||
ripole \
|
||||
rpm2cpio \
|
||||
rsyslog \
|
||||
sasl2-bin \
|
||||
spamassassin \
|
||||
postgrey \
|
||||
unrar-free \
|
||||
unzip \
|
||||
xz-utils \
|
||||
zoo \
|
||||
&& \
|
||||
curl https://packages.elasticsearch.org/GPG-KEY-elasticsearch | apt-key add - && \
|
||||
echo "deb http://packages.elastic.co/beats/apt stable main" | tee -a /etc/apt/sources.list.d/beats.list && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue