Skip to content

Commit

Permalink
docker: add certs into base image
Browse files Browse the repository at this point in the history
  • Loading branch information
zekker6 committed Jun 10, 2023
1 parent b62d4f6 commit 55e16b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
FROM alpine:3 as certs

RUN apk add --no-cache ca-certificates

FROM scratch

COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
COPY external-dns-provider-adguard /

ENTRYPOINT [ "/external-dns-provider-adguard" ]

0 comments on commit 55e16b0

Please sign in to comment.