Copy latest code

Change-Id: Ibfcfce723adc532458911ec1df798fcd511fddaa
Signed-off-by: ss412g <shuky.har-noy@intl.att.com>
diff --git a/Automation/Dockerfile b/Automation/Dockerfile
index 6733a6b..e981b44 100755
--- a/Automation/Dockerfile
+++ b/Automation/Dockerfile
@@ -3,6 +3,7 @@
 RUN python3 -m pip install robotframework \
     && pip install --upgrade RESTinstance \
     && pip install docker \
+    && pip install -U robotframework-requests\
     && apt-get update 
 
 WORKDIR /opt