mirror of
https://github.com/posva/vim-vue.git
synced 2025-12-10 03:11:50 +08:00
ci: simpler image
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user