Skip to content

Commit

Permalink
reinstall ca-certificates (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonkyneur authored and joohoi committed Feb 1, 2018
1 parent 476f6fc commit 9f89675
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 9f89675

Please sign in to comment.