Browse Source

apk --no-cache (hadlint/DL3019)

Fabian Peter Hammerle 4 years ago
parent
commit
ea5ec89a4c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,6 +1,6 @@
 FROM alpine:3.10
 
-RUN apk add postfix
+RUN apk add --no-cache postfix
 
 # http://www.postfix.org/MAILLOG_README.html
 RUN postconf -F | grep -E '^postlog/unix-dgram/service = postlog$' \