FROM alpine:3.11 MAINTAINER Newnius USER root RUN apk add --no-cache git RUN mkdir /data WORKDIR /data