aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile
diff options
context:
space:
mode:
authorGravatar Lidi Zheng <lidiz@google.com>2018-10-19 11:37:49 -0700
committerGravatar Lidi Zheng <lidiz@google.com>2018-10-19 11:37:49 -0700
commitf57f142b23d3acdc339297facc9077e5f14d0728 (patch)
tree3d571232e265b74fd3429bf1601195abf2806f08 /tools/dockerfile
parent21ea6718cb1988e5b3ee2e0a48baf84093f0a716 (diff)
Migrate to new dockerfile
Diffstat (limited to 'tools/dockerfile')
-rw-r--r--tools/dockerfile/test/python_testing_x64/Dockerfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/dockerfile/test/python_testing_x64/Dockerfile b/tools/dockerfile/test/python_testing_x64/Dockerfile
index addc5b2958..85a34c865a 100644
--- a/tools/dockerfile/test/python_testing_x64/Dockerfile
+++ b/tools/dockerfile/test/python_testing_x64/Dockerfile
@@ -71,7 +71,11 @@ RUN pip install --upgrade google-api-python-client oauth2client
# Install Python 3
RUN echo 'deb http://ftp.de.debian.org/debian testing main' >> /etc/apt/sources.list
RUN echo 'APT::Default-Release "stable";' | tee -a /etc/apt/apt.conf.d/00local
-RUN apt-get update && apt-get -t testing install -y python2.7 python3.7
+RUN apt-get update && apt-get -t testing install -y python2.7 python3.5 python3.6 python3.7 python-all-dev python3-all-dev
+
+RUN curl https://bootstrap.pypa.io/get-pip.py | python2.7
+# RUN apt-get -t testing install -y python3-distutils
+# RUN curl https://bootstrap.pypa.io/get-pip.py | python3.7
RUN mkdir /var/local/jenkins