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:
commit
28dae2b6b2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user