1 2 3 4
FROM alpine:latest RUN apk add --no-cache git COPY gitprint /usr/local/bin/gitprint ENTRYPOINT ["gitprint"]