Allow for any current Python2 and PIP versions in the Docker build

This commit is contained in:
w0rp 2017-04-02 22:21:19 +01:00
parent e24f9d263c
commit bfc16ed2ec
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ RUN install_vim -tag v8.0.0000 -build \
# the clang package includes clang-tidy
ENV PACKAGES="\
git \
python=2.7.12-r0 \
py-pip=8.1.2-r0 \
python \
py-pip \
nodejs \
gcc \
clang \