Skip to content

Commit

Permalink
chore: Update goreleaser-debian.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Aug 30, 2023
1 parent fc0955a commit e90ccfe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions goreleaser-debian.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM debian:latest
RUN apt update; \
apt install -y ca-certificates; \
RUN apt update && \
apt install -y ca-certificates && \
update-ca-certificates && \
rm -rf /var/lib/apt/lists/*
COPY checkpointz* /checkpointz
ENTRYPOINT ["/checkpointz"]

0 comments on commit e90ccfe

Please sign in to comment.