X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FDockerfile;h=e981b44bd5462beca5333fb3aa17c3430aca2238;hb=2c993df4610ecefe9a5d31d12c6cfbb9ac8b6cfd;hp=18a6be7a319ac854ef65bf947523b76a0f5b7dad;hpb=07ef76dd471a0892a893c90e0ab06713aee34be1;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Dockerfile b/Automation/Dockerfile old mode 100644 new mode 100755 index 18a6be7..e981b44 --- a/Automation/Dockerfile +++ b/Automation/Dockerfile @@ -1,11 +1,10 @@ -root@ric01:/opt/docker# cat Dockerfile FROM python:3.6 RUN python3 -m pip install robotframework \ - && pip3 install --upgrade RESTinstance \ + && pip install --upgrade RESTinstance \ && pip install docker \ - && apt-get update \ - && apt-get install -y vim + && pip install -U robotframework-requests\ + && apt-get update WORKDIR /opt COPY ./Scripts /opt/Scripts