X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FDockerfile;h=e981b44bd5462beca5333fb3aa17c3430aca2238;hb=d482f8c05884add916eca17a3a50ffbc3ea34a6c;hp=6733a6bd9a6e503f7589f4a4280cbb57aceeb3a8;hpb=d1972d0d82bd0f231a66b39adccd20d8e4829729;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