diff --git a/Dockerfile b/Dockerfile index 082604d2f..80eab9369 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:latest MAINTAINER Miek Gieben @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