diff options
author | Shankaranarayanan Puzhavakath Narayanan <snarayanan@research.att.com> | 2019-03-20 13:54:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-20 13:54:15 +0000 |
commit | e56f447b36a3e320d8ecfa2af800ad99443b6d55 (patch) | |
tree | c44f67c35dd90c66e078ea0aac13ca2b03dddaf5 /cmso-robot/docker | |
parent | c21f6b33b7faa83bec512c6f1fb047e6fd961c9a (diff) | |
parent | 40ca157ce955a0ee4975b0d41bf5807c0f9a3808 (diff) |
Merge "Upgrade robot to Python37"
Diffstat (limited to 'cmso-robot/docker')
-rw-r--r-- | cmso-robot/docker/Dockerfile | 19 |
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"] |