mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-30 17:53:21 -04:00 
			
		
		
		
	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:
		| @@ -1,7 +1,6 @@ | |||||||
| 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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user