remove deps from docker image (#3097)

This commit is contained in:
ahrav 2024-07-24 15:26:55 -07:00 committed by GitHub
parent f547168c51
commit 4a8b213651
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
FROM alpine:3.20 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 && rm -rf /var/cache/apk/* && update-ca-certificates
WORKDIR /usr/bin/ WORKDIR /usr/bin/
COPY trufflehog . COPY trufflehog .