diff options
author | Jerry Flood <jflood@att.com> | 2019-03-19 17:16:19 -0400 |
---|---|---|
committer | Jerry Flood <jflood@att.com> | 2019-03-20 09:02:21 -0400 |
commit | 40ca157ce955a0ee4975b0d41bf5807c0f9a3808 (patch) | |
tree | 9b38093739b5fe68b8b1353e54340b5710f65388 /cmso-robot/docker/Dockerfile | |
parent | 536e4cef3b2fd8b0d0c845157ecde717e37c57da (diff) |
Upgrade robot to Python37
Issue-ID: OPTFRA-462
Change-Id: I16358fecf3085c395062b019503a5cbb0aed5416
Signed-off-by: Jerry Flood <jflood@att.com>
Diffstat (limited to 'cmso-robot/docker/Dockerfile')
-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"] |