Skip to content
Snippets Groups Projects
Commit 42b7b305 authored by Craig Tiller's avatar Craig Tiller
Browse files

Merge pull request #5132 from jtattermusch/fix_python_opensuse

Fix python opensuse distribtest
parents 81b780b8 1431e70c
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment