diff options
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 082604d2f..80eab9369 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:latest MAINTAINER Miek Gieben <miek@miek.nl> @miekg # only need ca-certificates & openssl if want to use https_google -RUN apk --update add bind-tools ca-certificates openssl && update-ca-certificates && rm -rf /var/cache/apk/* +RUN apk --no-cache add bind-tools ca-certificates openssl && update-ca-certificates ADD coredns /coredns |