mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 07:04:24 +00:00
remove deps from docker image (#3097)
This commit is contained in:
parent
f547168c51
commit
4a8b213651
1 changed files with 1 additions and 1 deletions
|
@ -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 .
|
||||||
|
|
Loading…
Reference in a new issue