瀏覽代碼

apk --no-cache (hadlint/DL3019)

Fabian Peter Hammerle 5 年之前
父節點
當前提交
ea5ec89a4c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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$' \