|
@@ -17,10 +17,10 @@ RUN groupadd -g 102 postfix \
|
|
|
ca-certificates \
|
|
|
curl \
|
|
|
dirmngr \
|
|
|
- dnsutils \
|
|
|
+ dnsutils \
|
|
|
gnupg \
|
|
|
libsasl2-modules \
|
|
|
- mariadb-client \
|
|
|
+ mariadb-client \
|
|
|
perl \
|
|
|
postfix \
|
|
|
postfix-mysql \
|
|
@@ -32,8 +32,7 @@ RUN groupadd -g 102 postfix \
|
|
|
syslog-ng \
|
|
|
syslog-ng-core \
|
|
|
syslog-ng-mod-redis \
|
|
|
- tzdata \
|
|
|
- whois \
|
|
|
+ tzdata \
|
|
|
&& rm -rf /var/lib/apt/lists/* \
|
|
|
&& touch /etc/default/locale \
|
|
|
&& printf '#!/bin/bash\n/usr/sbin/postconf -c /opt/postfix/conf "$@"' > /usr/local/sbin/postconf \
|