Dockerfile 59 B

123
  1. FROM alpine
  2. RUN apk --no-cache add git
  3. RUN rm /usr/bin/git