mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
* update dockerfile to allow use of https_google to use TLS in a docker container (based on Alpine linux) you need to also include the CA certificate files * cleaned up version of Dockerfile that supports https_google
This commit is contained in:
committed by
John Belamaric
parent
7219bff11f
commit
e039bbc322
@@ -1,7 +1,8 @@
|
|||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
MAINTAINER Miek Gieben <miek@miek.nl> @miekg
|
MAINTAINER Miek Gieben <miek@miek.nl> @miekg
|
||||||
|
|
||||||
RUN apk --update add bind-tools && rm -rf /var/cache/apk/*
|
# only need ca-certificates & openssl if want to use https_google
|
||||||
|
RUN apk --update add bind-tools ca-certificates openssl && update-ca-certificates && rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
ADD coredns /coredns
|
ADD coredns /coredns
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user