trufflehog/Dockerfile.goreleaser

5 lines
99 B
Docker
Raw Normal View History

2022-03-15 05:57:55 +00:00
FROM alpine
RUN apk add git
COPY trufflehog /usr/bin/trufflehog
ENTRYPOINT ["/usr/bin/trufflehog"]