From 818053be7980b3d02e1c8e9bd80339ba0162c839 Mon Sep 17 00:00:00 2001 From: Marcus Klein Date: Sun, 5 Nov 2017 12:30:06 +0100 Subject: [PATCH] Pillow needs zlib1g-dev for installation --- extra/Dockerfile.armv7-armhf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- 2.39.5