File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM fedora:27
1
+ FROM fedora:28
2
2
3
3
MAINTAINER Paul Podgorsek <
[email protected] >
4
4
LABEL description Robot Framework in Docker.
@@ -17,18 +17,20 @@ ENV CHROMIUM_VERSION 65.0.*
17
17
ENV FAKER_VERSION 4.2.0
18
18
ENV FIREFOX_VERSION 59.0*
19
19
ENV GECKO_DRIVER_VERSION v0.19.1
20
+ ENV PYTHON_PIP_VERSION 9.0.*
20
21
ENV ROBOT_FRAMEWORK_VERSION 3.0.4
21
22
ENV SELENIUM_LIBRARY_VERSION 3.1.1
23
+ ENV XVFB_VERSION 1.19.*
22
24
23
25
# Install system dependencies
24
26
RUN dnf upgrade -y \
25
27
&& dnf install -y \
26
28
chromedriver-$CHROMIUM_VERSION \
27
29
chromium-$CHROMIUM_VERSION \
28
30
firefox-$FIREFOX_VERSION \
29
- python2-pip-9.0.1-* \
31
+ python2-pip-$PYTHON_PIP_VERSION \
30
32
xauth \
31
- xorg-x11-server-Xvfb-1.19.* \
33
+ xorg-x11-server-Xvfb-$XVFB_VERSION \
32
34
which \
33
35
wget \
34
36
&& dnf clean all
You can’t perform that action at this time.
0 commit comments