Kaynağa Gözat

apk --no-cache (hadlint/DL3019)

Fabian Peter Hammerle 5 yıl önce
ebeveyn
işleme
ea5ec89a4c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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$' \