FROM alpine:3.7
RUN apk add --no-cache make vim git

# RUN add-apt-repository ppa:jonathonf/vim -y
