mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Prevent automatic installation of dbconfig-mysql (#2059)
Debian opendmarc package has a dependency on dbconfig-mysql, which it will pull, together with its dependencies, during image build. Explicitly listing an alternative dbconfig-no-thanks package prevents installation of unnecessary packages and reduces the image size.
This commit is contained in:
parent
84cc295431
commit
772016ec09
|
@ -47,9 +47,9 @@ RUN \
|
|||
# A - D
|
||||
altermime amavisd-new apt-transport-https arj binutils bzip2 bsd-mailx \
|
||||
ca-certificates cabextract clamav clamav-daemon cpio curl \
|
||||
dovecot-core dovecot-imapd dovecot-ldap dovecot-lmtpd \
|
||||
dovecot-managesieved dovecot-pop3d dovecot-sieve dovecot-solr \
|
||||
dumb-init \
|
||||
dbconfig-no-thanks dovecot-core dovecot-imapd dovecot-ldap \
|
||||
dovecot-lmtpd dovecot-managesieved dovecot-pop3d dovecot-sieve \
|
||||
dovecot-solr dumb-init \
|
||||
# E - O
|
||||
ed fetchmail file gamin gnupg gzip iproute2 iptables \
|
||||
locales logwatch lhasa libdate-manip-perl liblz4-tool \
|
||||
|
|
Loading…
Reference in a new issue