From: Marcus Klein Date: Mon, 28 Aug 2017 10:42:44 +0000 (+0200) Subject: install python-wheel to solve bdist_wheel warnings X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=7ce575688989c9c17a78dcdf69638b72be3efd2d;p=motioneye-debian install python-wheel to solve bdist_wheel warnings --- 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 && \