summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorPrashanth Chandra <coolshanth94@gmail.com>2016-10-12 19:25:53 +0800
committerPrashanth Chandra <coolshanth94@gmail.com>2016-10-12 20:13:34 +0800
commit9a0a663dc15c1926cefe582c2dfc7e519b33fc1a (patch)
tree6167f203d9d5f239e40efa670c0b39475abf59a6 /Dockerfile
parent210d464442eb16c4450816307b5f52c7c6994913 (diff)
downloadale-9a0a663dc15c1926cefe582c2dfc7e519b33fc1a.zip
Move vint to Docker
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 2944bbad..7ef5e77c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,9 +5,13 @@ RUN install_vim -tag v8.0.0000 -build \
ENV PACKAGES="\
git \
+ python=2.7.12-r0 \
+ py-pip=8.1.2-r0 \
"
RUN apk --update add $PACKAGES && \
rm -rf /var/cache/apk/* /tmp/* /var/tmp/*
+RUN pip install vim-vint==0.3.9
+
RUN git clone https://github.com/junegunn/vader.vim vader && \
cd vader && git checkout c6243dd81c98350df4dec608fa972df98fa2a3af