File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed
Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -8,18 +8,13 @@ VOLUME /opt/robotframework/tests
88
99RUN dnf upgrade -y\
1010 && dnf install -y firefox-49.0-2.fc24\
11- java-1.8.0-openjdk\
12- python-devel\
13- python-setuptools\
11+ python-pip\
1412 wxPython\
1513 xorg-x11-server-Xvfb\
1614 && dnf clean all
1715
18- RUN easy_install pip
19- RUN pip install --upgrade pip
20- RUN pip install robotframework==3.0
21- RUN pip install robotframework-selenium2library==1.8.0
22- RUN pip install robotframework-databaselibrary==0.8.1
16+ RUN pip install robotframework==3.0\
17+ robotframework-selenium2library==1.8.0
2318
2419COPY bin/firefox.sh /opt/robotframework/bin/firefox
2520
Original file line number Diff line number Diff line change 44
55This project consists of a Docker image containing a Robot Framework installation.
66
7- This installation also contains the Selenium and database libraries for Robot Framework. The test cases and reports should be mounted as volumes.
7+ This installation also contains Firefox and the Selenium library for Robot Framework. The test cases and reports should be mounted as volumes.
88
99## Versioning
1010
@@ -17,9 +17,7 @@ The versions used in the latest version are:
1717
1818* Robot Framework 3.0
1919* Robot Framework selenium2library 1.8.0
20- * Robot Framework databaselibrary 0.8.1
2120* Firefox 49.0
22- * Java 8 (OpenJDK)
2321
2422## Running the container
2523
You can’t perform that action at this time.
0 commit comments