Skip to content

Commit

Permalink
Removed unused tools and libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodgorsek committed Sep 28, 2016
1 parent 3b53676 commit f033f73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
11 changes: 3 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,13 @@ VOLUME /opt/robotframework/tests

RUN dnf upgrade -y\
&& dnf install -y firefox-49.0-2.fc24\
java-1.8.0-openjdk\
python-devel\
python-setuptools\
python-pip\
wxPython\
xorg-x11-server-Xvfb\
&& dnf clean all

RUN easy_install pip
RUN pip install --upgrade pip
RUN pip install robotframework==3.0
RUN pip install robotframework-selenium2library==1.8.0
RUN pip install robotframework-databaselibrary==0.8.1
RUN pip install robotframework==3.0\
robotframework-selenium2library==1.8.0

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

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This project consists of a Docker image containing a Robot Framework installation.

This installation also contains the Selenium and database libraries for Robot Framework. The test cases and reports should be mounted as volumes.
This installation also contains Firefox and the Selenium library for Robot Framework. The test cases and reports should be mounted as volumes.

## Versioning

Expand All @@ -17,9 +17,7 @@ The versions used in the latest version are:

* Robot Framework 3.0
* Robot Framework selenium2library 1.8.0
* Robot Framework databaselibrary 0.8.1
* Firefox 49.0
* Java 8 (OpenJDK)

## Running the container

Expand Down

0 comments on commit f033f73

Please sign in to comment.