mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
Pinned the python selenium module.
(cherry picked from commit 39d0486f0647cb7073b5b8be12bf7a6a5f36b7ff)
This commit is contained in:
parent
5088beedc5
commit
94b22eb69b
@ -25,7 +25,7 @@ RUN yum install -y \
|
|||||||
python-pip \
|
python-pip \
|
||||||
xorg-x11-server-Xvfb; yum clean all;
|
xorg-x11-server-Xvfb; yum clean all;
|
||||||
RUN pip install pyvirtualdisplay
|
RUN pip install pyvirtualdisplay
|
||||||
RUN pip install selenium
|
RUN pip install 'selenium==2.53.0'
|
||||||
RUN pip install unittest2
|
RUN pip install unittest2
|
||||||
RUN pip install testtools
|
RUN pip install testtools
|
||||||
|
|
||||||
@ -97,12 +97,5 @@ RUN yum install -y \
|
|||||||
net-snmp-utils \
|
net-snmp-utils \
|
||||||
perl-Test-Simple; yum clean all;
|
perl-Test-Simple; yum clean all;
|
||||||
|
|
||||||
# Install geckodriver
|
|
||||||
RUN cd /tmp && \
|
|
||||||
curl -o geckodriver.tgz -L https://github.com/mozilla/geckodriver/releases/download/v0.11.1/geckodriver-v0.11.1-linux64.tar.gz && \
|
|
||||||
tar zxvf geckodriver.tgz && \
|
|
||||||
mv geckodriver /usr/bin && \
|
|
||||||
rm geckodriver.tgz
|
|
||||||
|
|
||||||
#Exposing ports for: HTTP, SNMP Traps, Anytermd (SSH), Anytermd (Telnet), Tentacle protocol
|
#Exposing ports for: HTTP, SNMP Traps, Anytermd (SSH), Anytermd (Telnet), Tentacle protocol
|
||||||
EXPOSE 80 162/udp 8022 8023 41121
|
EXPOSE 80 162/udp 8022 8023 41121
|
||||||
|
Loading…
x
Reference in New Issue
Block a user