From: Marcus Klein Date: Sun, 5 Nov 2017 11:30:06 +0000 (+0100) Subject: Pillow needs zlib1g-dev for installation X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=818053be7980b3d02e1c8e9bd80339ba0162c839;p=motioneye-debian Pillow needs zlib1g-dev for installation --- diff --git a/extra/Dockerfile.armv7-armhf b/extra/Dockerfile.armv7-armhf index 8f096e1..7e9a0c5 100644 --- a/extra/Dockerfile.armv7-armhf +++ b/extra/Dockerfile.armv7-armhf @@ -27,7 +27,8 @@ RUN apt-get --quiet update && \ python-setuptools \ python-tornado \ python-wheel \ - v4l-utils && \ + v4l-utils \ + zlib1g-dev && \ pip install motioneye && \ apt-get purge --yes \ python-pip \