]> www.vanbest.org Git - motioneye-debian/commitdiff
use python-pil package instead of Pillow
authorMarcus Klein <himself@kleini.org>
Sun, 5 Nov 2017 17:07:09 +0000 (18:07 +0100)
committerMarcus Klein <himself@kleini.org>
Sun, 5 Nov 2017 17:07:09 +0000 (18:07 +0100)
Pillow makes big problems with cross compiling for armhf image.

extra/Dockerfile
extra/Dockerfile.armv7-armhf

index fc041917262a3120aa66c6cbbbd3f4ca769e837e..e48cd40e9d6ca2bbe894dcb7cac3e9a5fd34a2f0 100644 (file)
@@ -20,7 +20,7 @@ RUN apt-get --quiet update && \
     libpq5 \
     lsb-release \
     python-jinja2 \
-    python-olefile \
+    python-pil \
     python-pip \
     python-pycurl \
     python-setuptools \
index 7e9a0c5e9ba6d33035c0368e1bb230349bb972d8..fb711a6581f3277af69c27c013d6f899652a75c1 100644 (file)
@@ -21,7 +21,7 @@ RUN apt-get --quiet update && \
     lsb-release \
     motion \
     python-jinja2 \
-    python-olefile \
+    python-pil \
     python-pip \
     python-pycurl \
     python-setuptools \