mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 07:04:24 +00:00
Remove additional apk clean up in Dockerfile (#1440)
This commit is contained in:
parent
a99d89d711
commit
7a55a146a3
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
|
|||
|
||||
FROM alpine:3.15
|
||||
RUN apk add --no-cache bash git openssh-client ca-certificates \
|
||||
&& rm -rf /var/cache/apk/* && \
|
||||
update-ca-certificates
|
||||
&& update-ca-certificates
|
||||
COPY --from=builder /build/trufflehog /usr/bin/trufflehog
|
||||
COPY entrypoint.sh /etc/entrypoint.sh
|
||||
RUN chmod +x /etc/entrypoint.sh
|
||||
|
|
Loading…
Reference in a new issue