From 0f04a5d16bea8f0c8e6e7fcb613ee3d7c3ab6419 Mon Sep 17 00:00:00 2001 From: Marcus Klein Date: Sun, 5 Nov 2017 18:07:09 +0100 Subject: [PATCH] use python-pil package instead of Pillow Pillow makes big problems with cross compiling for armhf image. --- extra/Dockerfile | 2 +- extra/Dockerfile.armv7-armhf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 \ -- 2.39.5