Files
vim-vue/.circleci/Dockerfile
Eduardo San Martin Morote 581c1a09ac ci: add git
2018-08-08 12:21:40 +02:00

5 lines
99 B
Docker

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