mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-13 08:34:45 +08:00
Add ca-certificates to Docker image (#211)
This commit is contained in:
parent
e4ad084494
commit
e7535fe3cb
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue