summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-05-11 08:32:45 +0100
committerw0rp <devw0rp@gmail.com>2017-05-11 08:32:45 +0100
commit2f96f26038604e10d609845f9515f7251f0c73be (patch)
tree7176ead713df8767f3cf2562237e119fb26050ca /Dockerfile
parentac707be619950d566fbdb3be7480ea07061e23b8 (diff)
downloadale-2f96f26038604e10d609845f9515f7251f0c73be.zip
Update the Dockerfile for experimenting with NeoVim testing
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile11
1 files changed, 2 insertions, 9 deletions
diff --git a/Dockerfile b/Dockerfile
index 45cf5b73..eba9a1f2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,25 +1,18 @@
FROM tweekmonster/vim-testbed:latest
-RUN install_vim -tag v8.0.0000 -build \
- -tag v8.0.0027 -build
+RUN install_vim -tag v8.0.0027 -build \
+ -tag neovim:v0.1.7 -build
-# the clang package includes clang-tidy
ENV PACKAGES="\
bash \
git \
python \
py-pip \
- nodejs \
- gcc \
- g++ \
- clang \
"
RUN apk --update add $PACKAGES && \
rm -rf /var/cache/apk/* /tmp/* /var/tmp/*
RUN pip install vim-vint==0.3.9
-RUN npm install -g eslint@3.7.1
-
RUN git clone https://github.com/junegunn/vader.vim vader && \
cd vader && git checkout c6243dd81c98350df4dec608fa972df98fa2a3af