FROM alpine RUN apk add git COPY trufflehog /usr/bin/trufflehog ENTRYPOINT ["/usr/bin/trufflehog"]