summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-04-02 22:21:19 +0100
committerw0rp <devw0rp@gmail.com>2017-04-02 22:21:19 +0100
commitbfc16ed2eca7a6b54646533b8c3c0a8850b49579 (patch)
tree4b89ffd25a1d04c1146c76e5b0737e3f8e106002 /Dockerfile
parente24f9d263c3ff5226fc9ffbef98e2032d15a0982 (diff)
downloadale-bfc16ed2eca7a6b54646533b8c3c0a8850b49579.zip
Allow for any current Python2 and PIP versions in the Docker build
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index f6ca827f..73be9034 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 \