Skip to content

Commit

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

0 comments on commit 98a2a52

Please sign in to comment.