aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-02-08 13:02:07 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-02-08 14:23:34 -0800
commit1431e70c7722ab6cf869499a57e6e846b4411dbf (patch)
tree350f04a87dd59aa1235f74f8f90c7a2295f757b7 /tools/dockerfile
parent81b780b84b77a093ac2273865cd1af8a0f6f69bf (diff)
fix python opensuse distribtest
Diffstat (limited to 'tools/dockerfile')
-rw-r--r--tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile b/tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile
index 417d9e0293..ea5d4c72a1 100644
--- a/tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile
+++ b/tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile
@@ -31,3 +31,10 @@ FROM opensuse:42.1
RUN zypper --non-interactive install python
RUN zypper --non-interactive install python-pip
+
+# "which" command required by python's run_distrib_test.sh
+RUN zypper --non-interactive install which
+
+# Without this, pip won't be able to connect to
+# https://pypi.python.org/simple/
+RUN zypper --non-interactive install ca-certificates-mozilla