From 8d27dd7e924082888f3bb61c4ce768bb28b706e2 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Wed, 7 Mar 2018 13:52:43 +0000 Subject: [PATCH] Cleanup Dockerfile further (#1594) * dockerfile: remove MAINTAINER is a group effort and the field is deprecated anyways. Fix comment to ref standard instead of impl. detail. * link --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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