diff options
author | Prashanth Chandra <coolshanth94@gmail.com> | 2016-10-12 19:25:53 +0800 |
---|---|---|
committer | Prashanth Chandra <coolshanth94@gmail.com> | 2016-10-12 20:13:34 +0800 |
commit | 9a0a663dc15c1926cefe582c2dfc7e519b33fc1a (patch) | |
tree | 6167f203d9d5f239e40efa670c0b39475abf59a6 /Dockerfile | |
parent | 210d464442eb16c4450816307b5f52c7c6994913 (diff) | |
download | ale-9a0a663dc15c1926cefe582c2dfc7e519b33fc1a.zip |
Move vint to Docker
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |