summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorHoracio Sanson <hsanson@gmail.com>2021-08-05 08:41:34 +0900
committerGitHub <noreply@github.com>2021-08-05 08:41:34 +0900
commit3ba40b431689f96eac51596f407053607bde24f8 (patch)
tree6e27476f032b33982588e955bc39ff3330e6514a /Dockerfile
parent2dd9790281b8fa8e31b664629ecbb06de46c5a70 (diff)
downloadale-3ba40b431689f96eac51596f407053607bde24f8.zip
Add neovim 0.5 to list of test runtimes. (#3830)
* Add neovim 0.5 to list of test runtimes. * Update testbed docker image Co-authored-by: Horacio Sanson <horacio@allm.inc>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile10
1 files changed, 6 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index b685a7a2..41696a0b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,15 +1,17 @@
-FROM tweekmonster/vim-testbed:latest
+FROM testbed/vim:20
RUN install_vim -tag v8.0.0027 -build \
-tag v8.2.2401 -build \
-tag neovim:v0.2.0 -build \
- -tag neovim:v0.4.4 -build
+ -tag neovim:v0.4.4 -build \
+ -tag neovim:v0.5.0 -build
ENV PACKAGES="\
bash \
git \
- python \
- py-pip \
+ python2 \
+ python3 \
+ py3-pip \
grep \
sed \
"