ci: add git

This commit is contained in:
Eduardo San Martin Morote
2018-08-08 12:21:40 +02:00
parent d2d5a30736
commit 581c1a09ac

View File

@@ -1,4 +1,4 @@
FROM alpine:3.7
RUN apk add --no-cache make vim
RUN apk add --no-cache make vim git
# RUN add-apt-repository ppa:jonathonf/vim -y