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:
committed by
Craig Peterson
parent
e4ad084494
commit
e7535fe3cb
@@ -7,7 +7,8 @@ RUN cp dnscontrol-Linux /go/bin/dnscontrol
|
|||||||
RUN dnscontrol version
|
RUN dnscontrol version
|
||||||
|
|
||||||
FROM alpine
|
FROM alpine
|
||||||
|
RUN apk add --no-cache ca-certificates
|
||||||
COPY --from=build-env /go/bin/dnscontrol /usr/local/bin
|
COPY --from=build-env /go/bin/dnscontrol /usr/local/bin
|
||||||
WORKDIR /dns
|
WORKDIR /dns
|
||||||
RUN dnscontrol version
|
RUN dnscontrol version
|
||||||
CMD dnscontrol
|
CMD dnscontrol
|
||||||
|
|||||||
Reference in New Issue
Block a user