1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Add ca-certificates to Docker image (#211)

This commit is contained in:
Ben Firshman
2017-09-26 17:02:01 +01:00
committed by Craig Peterson
parent e4ad084494
commit e7535fe3cb

View File

@ -7,7 +7,8 @@ RUN cp dnscontrol-Linux /go/bin/dnscontrol
RUN dnscontrol version
FROM alpine
RUN apk add --no-cache ca-certificates
COPY --from=build-env /go/bin/dnscontrol /usr/local/bin
WORKDIR /dns
RUN dnscontrol version
CMD dnscontrol
CMD dnscontrol