From: Cédric Ollivier Date: Sun, 28 Mar 2021 22:33:19 +0000 (+0200) Subject: Install python-wheel in testapi's Dockerfile X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=04817d228ebdb4a8fcb31dc5e59b908d46626189;p=releng-testresults.git Install python-wheel in testapi's Dockerfile Signed-off-by: Cédric Ollivier Change-Id: Id58bf371c26292009f938bc67f9e244ef3a89825 --- 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 \