Release E2Mgr image for Dawn
[ric-plt/e2mgr.git] / Automation / Dockerfile
index 18a6be7..e981b44 100755 (executable)
@@ -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