ci: simpler image

This commit is contained in:
Eduardo San Martin Morote
2018-08-08 12:19:13 +02:00
parent 2c59f521fb
commit d2d5a30736
2 changed files with 4 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ version: 2
jobs: jobs:
build: build:
docker: docker:
- image: posva/vim-make:0.1 - image: posva/vim-make:0.2
working_directory: ~/repo working_directory: ~/repo

View File

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