From 04817d228ebdb4a8fcb31dc5e59b908d46626189 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 29 Mar 2021 00:33:19 +0200 Subject: Install python-wheel in testapi's Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cédric Ollivier Change-Id: Id58bf371c26292009f938bc67f9e244ef3a89825 --- testapi/docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) 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 \ -- cgit 1.2.3-korg