Skip to content

Commit

Permalink
Merge pull request #118 from antondlr/ca-certificates-debian
Browse files Browse the repository at this point in the history
add `ca-certificates` package to `debian` image
  • Loading branch information
samcm authored Aug 30, 2023
2 parents df7fb3a + 166474e commit 50fdca4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions goreleaser-debian.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
FROM debian:latest
RUN apt update; \
apt install -y ca-certificates; \
rm -rf /var/lib/apt/lists/*
COPY checkpointz* /checkpointz
ENTRYPOINT ["/checkpointz"]

0 comments on commit 50fdca4

Please sign in to comment.