ci: add git

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

4
.circleci/Dockerfile Normal file
View File

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