FROM alpine:latest
RUN apk update && apk upgrade
RUN apk add git
RUN apk add bash
RUN apk del git
RUN apk add git
