Merge pull request #22 from swedishborgie/migrate_to_alpine

Adds the cyrus-sasl-login package to provide feature parity with CentOS image and fix #21.
This commit is contained in:
Juan Luis Baptiste 2020-04-16 15:40:17 -05:00 committed by GitHub
commit 28dae2b6b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,8 @@ FROM alpine
MAINTAINER Juan Luis Baptiste juan.baptiste@gmail.com
RUN apk update && \
apk add bash gawk cyrus-sasl cyrus-sasl-plain cyrus-sasl-crammd5 mailx \
perl supervisor postfix rsyslog \
apk add bash gawk cyrus-sasl cyrus-sasl-plain cyrus-sasl-login cyrus-sasl-crammd5 mailx \
perl supervisor postfix rsyslog && \
rm -rf /var/cache/apk/* && \
mkdir -p /var/log/supervisor/ /var/run/supervisor/ && \
sed -i -e 's/inet_interfaces = localhost/inet_interfaces = all/g' /etc/postfix/main.cf