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

View file

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