trufflehog/Dockerfile.goreleaser

8 lines
117 B
Docker
Raw Normal View History

2022-04-08 21:06:09 +00:00
FROM alpine:3.15
RUN apk add --no-cache git
2022-04-09 02:06:53 +00:00
WORKDIR /usr/bin/
2022-04-08 21:06:09 +00:00
COPY trufflehog .
ENTRYPOINT ["/usr/bin/trufflehog"]