diff options
author | w0rp <devw0rp@gmail.com> | 2018-06-28 11:29:20 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-06-28 11:29:20 +0100 |
commit | 51a14a4ba866194e2c6e702852fa9cbb235aed8e (patch) | |
tree | 14f29a2f40a52a6501d6ecde2af24ae3187069c4 /Dockerfile | |
parent | d9e139ae2384b04af05ce9343aa0d0a5bae5449b (diff) | |
download | ale-51a14a4ba866194e2c6e702852fa9cbb235aed8e.zip |
Update Dockerfile to test NeoVim 0.2 and 0.3, with a newer Vint version
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,8 @@ FROM tweekmonster/vim-testbed:latest RUN install_vim -tag v8.0.0027 -build \ - -tag neovim:v0.1.7 -build + -tag neovim:v0.2.0 -build \ + -tag neovim:v0.3.0 -build ENV PACKAGES="\ bash \ @@ -12,7 +13,7 @@ ENV PACKAGES="\ RUN apk --update add $PACKAGES && \ rm -rf /var/cache/apk/* /tmp/* /var/tmp/* -RUN pip install vim-vint==0.3.9 +RUN pip install vim-vint==0.3.15 RUN git clone https://github.com/junegunn/vader.vim vader && \ cd vader && git checkout c6243dd81c98350df4dec608fa972df98fa2a3af |