From 6f0a49a8c897791fb84ab0217e75c99ea13a0920 Mon Sep 17 00:00:00 2001 From: Michael Powers Date: Thu, 16 Apr 2020 16:10:55 -0400 Subject: [PATCH] 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. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ba14ea2..45409c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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