aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile
diff options
context:
space:
mode:
authorGravatar Alistair Veitch <aveitch@google.com>2016-02-11 09:23:20 -0800
committerGravatar Alistair Veitch <aveitch@google.com>2016-02-11 09:23:20 -0800
commit749250f6a00a97b0deb4c92afc25f3f1eab04c14 (patch)
tree93c15de447ed683f5778e7c2283a802688d3ca0d /tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile
parent532519ac210d59551520c70cb3aa5eb7cc1f1b37 (diff)
parentf79366a3c99592eccd9c719c86dca2f976804d3d (diff)
merge to HEAD
Diffstat (limited to 'tools/dockerfile/distribtest/python_opensuse_x64/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