Skip to content

Commit

Permalink
remove deps from docker image (#3097)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahrav committed Jul 24, 2024
1 parent f547168 commit 4a8b213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.goreleaser
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.20

RUN apk add --no-cache bash git openssh-client ca-certificates rpm2cpio binutils cpio \
RUN apk add --no-cache bash git openssh-client ca-certificates \
&& rm -rf /var/cache/apk/* && update-ca-certificates
WORKDIR /usr/bin/
COPY trufflehog .
Expand Down

0 comments on commit 4a8b213

Please sign in to comment.