Use python3, update vim versions
This commit is contained in:
parent
0d0b9a7492
commit
3180209c6f
16
Dockerfile
16
Dockerfile
@ -3,15 +3,19 @@ FROM tweekmonster/vim-testbed:latest
|
|||||||
ENV PACKAGES="\
|
ENV PACKAGES="\
|
||||||
bash \
|
bash \
|
||||||
git \
|
git \
|
||||||
python \
|
python3 \
|
||||||
py-pip \
|
|
||||||
"
|
"
|
||||||
RUN apk --update add $PACKAGES && \
|
RUN apk --update add $PACKAGES && \
|
||||||
rm -rf /var/cache/apk/* /tmp/* /var/tmp/*
|
rm -rf /var/cache/apk/* /tmp/* /var/tmp/*
|
||||||
|
|
||||||
RUN pip install vim-vint
|
RUN pip3 install --upgrade pip setuptools
|
||||||
|
RUN pip3 install vim-vint
|
||||||
RUN git clone https://github.com/junegunn/vader.vim vader
|
RUN git clone https://github.com/junegunn/vader.vim vader
|
||||||
|
|
||||||
RUN install_vim -tag v7.4.1099 -build \
|
RUN install_vim -tag v7.3.429 -name vim_7.3.429 -build \
|
||||||
-tag v8.0.0027 -build \
|
-tag v7.4.1099 -name vim_7.4.1099 -build \
|
||||||
-tag v8.1.0519 -build
|
-tag v7.4.1546 -name vim_7.4.1546 -build \
|
||||||
|
-tag v8.0.0027 -name vim_8.0.0027 -build \
|
||||||
|
-tag v8.1.0519 -name vim_8.1.0519 -build \
|
||||||
|
-tag neovim:v0.2.2 -name nvim_0.2.2 -build \
|
||||||
|
-tag neovim:v0.3.8 -name nvim_0.3.8 -build \
|
||||||
|
Loading…
Reference in New Issue
Block a user