[INT] Adding setuptools and wheel for 3.7 93/103193/1
authorstark, steven <steven.stark@att.com>
Thu, 5 Mar 2020 21:28:51 +0000 (13:28 -0800)
committerstark, steven <steven.stark@att.com>
Thu, 5 Mar 2020 21:28:51 +0000 (13:28 -0800)
Issue-ID: INT-1476
Signed-off-by: stark, steven <steven.stark@att.com>
Change-Id: I58011896645e96f9c051e282bfd32e28b213f909

docker/Dockerfile

index f98a360..24c6389 100644 (file)
@@ -47,6 +47,7 @@ RUN apt-get install \
 RUN pip install robotframework==3.1.2 \
     && python --version
 
+RUN python3.7 -m pip install setuptools wheel
 RUN python3.7 -m pip install virtualenv
 
 # Copy the robot code