From 1d2e817cb0d96b4d0c5306bbb412448e20a1b8d0 Mon Sep 17 00:00:00 2001 From: axl89 Date: Tue, 9 Aug 2016 13:11:28 +0200 Subject: [PATCH] Fixed PBR bug --- tests/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Dockerfile b/tests/Dockerfile index d7682bf7c5..d30351662a 100644 --- a/tests/Dockerfile +++ b/tests/Dockerfile @@ -24,6 +24,7 @@ RUN yum install -y \ firefox \ python-pip \ xorg-x11-server-Xvfb; yum clean all; +RUN pip install --upgrade setuptools RUN pip install pyvirtualdisplay RUN pip install selenium RUN pip install testtools