Skip to content
Snippets Groups Projects
Commit 1431e70c authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

fix python opensuse distribtest

parent 81b780b8
No related branches found
No related tags found
No related merge requests found
...@@ -31,3 +31,10 @@ FROM opensuse:42.1 ...@@ -31,3 +31,10 @@ FROM opensuse:42.1
RUN zypper --non-interactive install python RUN zypper --non-interactive install python
RUN zypper --non-interactive install python-pip 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.
Please register or to comment