diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-03-29 00:33:19 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-03-29 00:33:42 +0200 |
commit | 04817d228ebdb4a8fcb31dc5e59b908d46626189 (patch) | |
tree | 8aece67d27f8a55b544e10b896cde47cc946f9f2 | |
parent | 4385e43213ce46c258f69d1a5b2cc13ca192fb90 (diff) |
Install python-wheel in testapi's Dockerfile
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: Id58bf371c26292009f938bc67f9e244ef3a89825
-rw-r--r-- | testapi/docker/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testapi/docker/Dockerfile b/testapi/docker/Dockerfile index 4b88dfc..c589f8a 100644 --- a/testapi/docker/Dockerfile +++ b/testapi/docker/Dockerfile @@ -40,6 +40,7 @@ gcc \ wget \ python-dev \ python-pip \ +python-wheel \ python-setuptools \ crudini \ libxslt-dev \ |