diff options
author | stark, steven <steven.stark@att.com> | 2020-03-05 13:28:51 -0800 |
---|---|---|
committer | stark, steven <steven.stark@att.com> | 2020-03-05 13:28:51 -0800 |
commit | 4c4872c6ad56e95e53dbf4600465f84e1f2e4fa1 (patch) | |
tree | 9e93304cd583d7b8bb5776102265528083f3b088 | |
parent | cc3c8693fe88fa6bdedbeba27cc7931ca0578874 (diff) |
[INT] Adding setuptools and wheel for 3.7
Issue-ID: INT-1476
Signed-off-by: stark, steven <steven.stark@att.com>
Change-Id: I58011896645e96f9c051e282bfd32e28b213f909
-rw-r--r-- | docker/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index f98a360c..24c63892 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 |