mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-05 04:34:32 +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,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
|
||||
|
|
Loading…
Add table
Reference in a new issue