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

Fix fedora20 python distribtest

parent 0222b92c
No related branches found
No related tags found
No related merge requests found
......@@ -34,4 +34,4 @@ RUN yum clean all && yum update -y && yum install -y python python-pip
# Upgrading six would fail because of docker issue when using overlay.
# Trying twice makes it work fine.
# https://github.com/docker/docker/issues/10180
RUN pip2 install --upgrade six || pip2 install --upgrade six
RUN pip install --upgrade six || pip install --upgrade six
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment