Commit 8d27dd7e authored by Miek Gieben's avatar Miek Gieben Committed by GitHub

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
parent 0353abd3
FROM alpine:latest 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 RUN apk --no-cache add bind-tools ca-certificates openssl && update-ca-certificates
ADD coredns /coredns ADD coredns /coredns
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment