Skip to content

Commit f033f73

Browse files
committed
Removed unused tools and libraries.
1 parent 3b53676 commit f033f73

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

Dockerfile

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,13 @@ VOLUME /opt/robotframework/tests
88

99
RUN 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

2419
COPY bin/firefox.sh /opt/robotframework/bin/firefox
2520

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This 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

0 commit comments

Comments
 (0)