Fixed PBR bug

This commit is contained in:
axl89 2016-08-09 13:11:28 +02:00
parent f9364ab2bd
commit 1d2e817cb0
1 changed files with 1 additions and 0 deletions

View File

@ -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