diff options
author | w0rp <devw0rp@gmail.com> | 2017-04-02 22:21:19 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-04-02 22:21:19 +0100 |
commit | bfc16ed2eca7a6b54646533b8c3c0a8850b49579 (patch) | |
tree | 4b89ffd25a1d04c1146c76e5b0737e3f8e106002 | |
parent | e24f9d263c3ff5226fc9ffbef98e2032d15a0982 (diff) | |
download | ale-bfc16ed2eca7a6b54646533b8c3c0a8850b49579.zip |
Allow for any current Python2 and PIP versions in the Docker build
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 \ |