We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5da0503 + c2a2639 commit 16d0d6aCopy full SHA for 16d0d6a
Dockerfile
@@ -10,14 +10,14 @@ COPY dnf/google-chrome.repo /etc/yum.repos.d/google-chrome.repo
10
11
RUN dnf upgrade -y\
12
&& dnf install -y\
13
- chromedriver-55.0.2883.87-1.fc25\
14
- firefox-51.0.1-1.fc25\
15
- google-chrome-stable-56.0.2924.76-1\
+ chromedriver-56.0.2924.87-3.fc25\
+ firefox-51.0.1-2.fc25\
+ google-chrome-stable-56.0.2924.87-1\
16
python-pip-8.1.2-2.fc25\
17
- xorg-x11-server-Xvfb-1.19.1-2.fc25\
+ xorg-x11-server-Xvfb-1.19.1-3.fc25\
18
&& dnf clean all
19
20
-RUN pip install robotframework==3.0.1\
+RUN pip install robotframework==3.0.2\
21
robotframework-selenium2library==1.8.0
22
23
ADD drivers/geckodriver-v0.13.0-linux64.tar.gz /opt/robotframework/drivers/
0 commit comments