summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorcos <cos>2023-06-06 07:55:49 +0200
committercos <cos>2023-06-06 11:34:06 +0200
commit5aa95e208fa49e03d3d298bda7e8c599b8421a9c (patch)
treef7413535a9a51ab8b9a996fffe4a07447bf05830 /Dockerfile
parentb3de5d17796f25fefba941f520227910184646da (diff)
downloadale-5aa95e208fa49e03d3d298bda7e8c599b8421a9c.zip
Allow running tests without Docker
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index c7cc6e98..20aa2274 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,6 @@
ARG TESTBED_VIM_VERSION=24
+# https://hub.docker.com/r/testbed/vim/
FROM testbed/vim:${TESTBED_VIM_VERSION}
RUN install_vim -tag v8.0.0027 -build \
@@ -19,6 +20,7 @@ ENV PACKAGES="\
RUN apk --update add $PACKAGES && \
rm -rf /var/cache/apk/* /tmp/* /var/tmp/*
+# https://pypi.org/project/vim-vint/
RUN pip install vim-vint==0.3.21
RUN git clone https://github.com/junegunn/vader.vim vader && \