Adds the cyrus-sasl-login package to provide feature parity with CentOS image and fix #21.

Fixes an unterminated line preventing cache cleaning from working correctly.
This commit is contained in:
Michael Powers 2020-04-16 16:10:55 -04:00
parent 1ab78c1feb
commit 6f0a49a8c8
No known key found for this signature in database
GPG Key ID: 081A665ADB3123BD
1 changed files with 2 additions and 2 deletions

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