mirror of
https://github.com/joohoi/acme-dns.git
synced 2025-03-10 12:50:17 +07:00
reinstall ca-certificates (#39)
This commit is contained in:
parent
476f6fc555
commit
9f896759f0
@ -14,6 +14,7 @@ COPY --from=builder /go/src/github.com/joohoi/acme-dns .
|
||||
RUN mkdir -p /etc/acme-dns
|
||||
RUN mkdir -p /var/lib/acme-dns
|
||||
RUN rm -rf ./config.cfg
|
||||
RUN apk --no-cache add ca-certificates && update-ca-certificates
|
||||
|
||||
VOLUME ["/etc/acme-dns", "/var/lib/acme-dns"]
|
||||
ENTRYPOINT ["./acme-dns"]
|
||||
|
Loading…
Reference in New Issue
Block a user