fix(dockerfile): forget apk action
This commit is contained in:
parent
f164b317dc
commit
713c5fa2ad
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user