fix(dockerfile): forget apk action

This commit is contained in:
Asif Bacchus 2021-05-13 13:30:30 -06:00
parent f164b317dc
commit 713c5fa2ad
1 changed files with 1 additions and 1 deletions

View File

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