Add packages needed to authenticate to gmail

Needed to correctly authenticate using a gmail relay
This commit is contained in:
Matias 2019-02-21 11:07:42 -03:00 committed by GitHub
parent a1cffc6b23
commit df7201ba49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,7 @@ RUN true && \
apk add --no-cache opendkim && \
apk add --no-cache ca-certificates tzdata supervisor rsyslog && \
apk add --no-cache --upgrade musl musl-utils && \
apk add --no-cache --upgrade cyrus-sasl cyrus-sasl-plain && \
(rm "/tmp/"* 2>/dev/null || true) && (rm -rf /var/cache/apk/* 2>/dev/null || true)
# Set up configuration