diff --git a/Dockerfile b/Dockerfile index 80eab9369..d732c1daf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ FROM alpine:latest -MAINTAINER Miek Gieben @miekg -# only need ca-certificates & openssl if want to use https_google +# Only need ca-certificates & openssl if want to use DNS over TLS (RFC 7858). RUN apk --no-cache add bind-tools ca-certificates openssl && update-ca-certificates ADD coredns /coredns