Explorar el Código

apk --no-cache (hadlint/DL3019)

Fabian Peter Hammerle hace 5 años
padre
commit
ea5ec89a4c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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$' \