mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Update Dockerfile
This commit is contained in:
parent
4b90a4f318
commit
da10acd6c3
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user