trufflehog/Dockerfile.goreleaser

8 lines
127 B
Docker
Raw Normal View History

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