summaryrefslogtreecommitdiffstats
path: root/cmso-robot/docker
diff options
context:
space:
mode:
Diffstat (limited to 'cmso-robot/docker')
-rw-r--r--cmso-robot/docker/Dockerfile19
1 files changed, 1 insertions, 18 deletions
diff --git a/cmso-robot/docker/Dockerfile b/cmso-robot/docker/Dockerfile
index 4fd80d0..b70c16b 100644
--- a/cmso-robot/docker/Dockerfile
+++ b/cmso-robot/docker/Dockerfile
@@ -1,4 +1,4 @@
-FROM ppodgorsek/robot-framework:latest
+FROM robotframework/rfdocker:3.1.1
MAINTAINER "CMSO"
@@ -12,23 +12,6 @@ RUN chmod 777 /opt/cmso-robot/ete.sh
COPY /onap-cmso/server.py /opt/cmso-robot
RUN pip install Flask
-RUN pip install 'PyYAML==3.12'
-RUN pip install 'selenium'
-RUN pip install 'requests'
-RUN pip install 'robotframework-selenium2library'
-RUN pip install 'robotframework-databaselibrary'
-RUN pip install 'robotframework-extendedselenium2library'
-RUN pip install 'robotframework-requests'
-RUN pip install 'robotframework-sshlibrary'
-RUN pip install 'robotframework-sudslibrary'
-RUN pip install 'robotframework-ftplibrary'
-RUN pip install 'robotframework-rammbock'
-RUN pip install 'deepdiff'
-RUN pip install 'dnspython'
-RUN pip install 'robotframework-httplibrary'
-RUN pip install 'robotframework-archivelibrary'
-
-
###Just to keep it running
CMD ["/usr/bin/python", "/opt/cmso-robot/server.py"]