Update Dockerfile
This commit is contained in:
parent
4b90a4f318
commit
da10acd6c3
|
@ -21,8 +21,8 @@ RUN yum -y update; yum clean all;
|
||||||
|
|
||||||
# Generic dependencies
|
# Generic dependencies
|
||||||
RUN yum install -y \
|
RUN yum install -y \
|
||||||
firefox
|
firefox \
|
||||||
python-pip
|
python-pip \
|
||||||
xorg-x11-server-Xvfb
|
xorg-x11-server-Xvfb
|
||||||
RUN pip install pyvirtualdisplay
|
RUN pip install pyvirtualdisplay
|
||||||
RUN pip install selenium
|
RUN pip install selenium
|
||||||
|
@ -91,5 +91,6 @@ RUN yum install -y \
|
||||||
perl-XML-Twig \
|
perl-XML-Twig \
|
||||||
perl-Encode-Locale \
|
perl-Encode-Locale \
|
||||||
net-snmp \
|
net-snmp \
|
||||||
net-snmp-utils
|
net-snmp-utils \
|
||||||
|
perl-Test-Simple
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue