FROM alpine
RUN apk --no-cache add git
RUN rm /usr/bin/git
