mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-06 14:37:45 +08:00
Add packages needed to authenticate to gmail
Needed to correctly authenticate using a gmail relay
This commit is contained in:
parent
a1cffc6b23
commit
df7201ba49
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue