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
This commit is contained in:
Miek Gieben
2018-03-07 13:52:43 +00:00
committed by GitHub
parent 0353abd3f8
commit 8d27dd7e92

View File

@@ -1,7 +1,6 @@
FROM alpine:latest
MAINTAINER Miek Gieben <miek@miek.nl> @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