FROM alpine AS csv LABEL Author="stilobique" LABEL Title="Linux image with subversion and git" # Install dependencies RUN apk add git && apk add subversion