X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FDockerfile;h=e981b44bd5462beca5333fb3aa17c3430aca2238;hb=697bea2f66010c1c9bb4c3bafa41b3d0ca961291;hp=6733a6bd9a6e503f7589f4a4280cbb57aceeb3a8;hpb=de19068aaa1f3d2b415cd960106121ceb167aaa9;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Dockerfile b/Automation/Dockerfile index 6733a6b..e981b44 100755 --- a/Automation/Dockerfile +++ b/Automation/Dockerfile @@ -3,6 +3,7 @@ FROM python:3.6 RUN python3 -m pip install robotframework \ && pip install --upgrade RESTinstance \ && pip install docker \ + && pip install -U robotframework-requests\ && apt-get update WORKDIR /opt