FROM alpine:3.11

MAINTAINER Newnius <newnius.cn@gmail.com>

USER root

RUN apk add --no-cache git

RUN mkdir /data

WORKDIR /data
