mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +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 \
|
||||
xorg-x11-server-Xvfb; yum clean all;
|
||||
RUN pip install pyvirtualdisplay
|
||||
RUN pip install selenium
|
||||
RUN pip install 'selenium==2.53.0'
|
||||
RUN pip install unittest2
|
||||
RUN pip install testtools
|
||||
|
||||
@ -97,12 +97,5 @@ RUN yum install -y \
|
||||
net-snmp-utils \
|
||||
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
|
||||
EXPOSE 80 162/udp 8022 8023 41121
|
||||
|
Loading…
x
Reference in New Issue
Block a user