From 7ce575688989c9c17a78dcdf69638b72be3efd2d Mon Sep 17 00:00:00 2001 From: Marcus Klein Date: Mon, 28 Aug 2017 12:42:44 +0200 Subject: [PATCH] install python-wheel to solve bdist_wheel warnings --- extra/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/extra/Dockerfile b/extra/Dockerfile index 2a16bf1..b2e9fba 100644 --- a/extra/Dockerfile +++ b/extra/Dockerfile @@ -20,6 +20,7 @@ RUN apt-get --quiet update && \ python-dev \ python-pip \ python-setuptools \ + python-wheel \ subversion \ v4l-utils && \ apt-get --quiet autoremove && \ -- 2.39.5