fix(dockerfile): forget apk action

This commit is contained in:
Asif Bacchus 2021-05-13 13:30:30 -06:00
parent f164b317dc
commit 713c5fa2ad

View File

@ -15,7 +15,7 @@ LABEL org.label-schema.usage=""
LABEL org.label-schema.vcs-url="" LABEL org.label-schema.vcs-url=""
# install mSMTP # install mSMTP
RUN apk --no-cache \ RUN apk --no-cache add \
ca-certificates \ ca-certificates \
postfix \ postfix \
bind-tools \ bind-tools \