From: Marcus Klein Date: Sun, 5 Nov 2017 17:07:09 +0000 (+0100) Subject: use python-pil package instead of Pillow X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=0f04a5d16bea8f0c8e6e7fcb613ee3d7c3ab6419;p=motioneye-debian use python-pil package instead of Pillow Pillow makes big problems with cross compiling for armhf image. --- diff --git a/extra/Dockerfile b/extra/Dockerfile index fc04191..e48cd40 100644 --- a/extra/Dockerfile +++ b/extra/Dockerfile @@ -20,7 +20,7 @@ RUN apt-get --quiet update && \ libpq5 \ lsb-release \ python-jinja2 \ - python-olefile \ + python-pil \ python-pip \ python-pycurl \ python-setuptools \ diff --git a/extra/Dockerfile.armv7-armhf b/extra/Dockerfile.armv7-armhf index 7e9a0c5..fb711a6 100644 --- a/extra/Dockerfile.armv7-armhf +++ b/extra/Dockerfile.armv7-armhf @@ -21,7 +21,7 @@ RUN apt-get --quiet update && \ lsb-release \ motion \ python-jinja2 \ - python-olefile \ + python-pil \ python-pip \ python-pycurl \ python-setuptools \