Update Dockerfile

This commit is contained in:
Axel 2016-05-23 12:15:18 +02:00
parent 4b90a4f318
commit da10acd6c3
1 changed files with 4 additions and 3 deletions

View File

@ -21,8 +21,8 @@ RUN yum -y update; yum clean all;
# Generic dependencies
RUN yum install -y \
firefox
python-pip
firefox \
python-pip \
xorg-x11-server-Xvfb
RUN pip install pyvirtualdisplay
RUN pip install selenium
@ -91,5 +91,6 @@ RUN yum install -y \
perl-XML-Twig \
perl-Encode-Locale \
net-snmp \
net-snmp-utils
net-snmp-utils \
perl-Test-Simple