Docker: added missing libraries for JPEG and PNG support in Pillow.

This commit is contained in:
Sybren A. Stüvel 2017-03-09 15:30:32 +01:00
parent e31b3cf8b4
commit d2d04b2398

View File

@ -6,7 +6,9 @@ RUN apt-get update && apt-get install -qy \
build-essential \ build-essential \
checkinstall \ checkinstall \
libffi-dev \ libffi-dev \
libssl-dev libssl-dev \
libjpeg-dev \
zlib1g-dev
ENV WHEELHOUSE=/data/wheelhouse ENV WHEELHOUSE=/data/wheelhouse
ENV PIP_WHEEL_DIR=/data/wheelhouse ENV PIP_WHEEL_DIR=/data/wheelhouse