mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-14 08:54:52 +03:00
Add Pillow system dependencies to Dockerfiles
This commit is contained in:
parent
356ac91cb9
commit
6f6a1c77d1
|
@ -12,6 +12,8 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||||
build-essential \
|
build-essential \
|
||||||
# needed to build cffi on some architectures
|
# needed to build cffi on some architectures
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
|
# needed to build Pillow on some architectures
|
||||||
|
zlib1g-dev \
|
||||||
# psycopg2 dependencies
|
# psycopg2 dependencies
|
||||||
libpq-dev
|
libpq-dev
|
||||||
|
|
||||||
|
|
|
@ -38,6 +38,8 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||||
build-essential \
|
build-essential \
|
||||||
# needed to build cffi on some architectures
|
# needed to build cffi on some architectures
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
|
# needed to build Pillow on some architectures
|
||||||
|
zlib1g-dev \
|
||||||
# psycopg2 dependencies
|
# psycopg2 dependencies
|
||||||
libpq-dev
|
libpq-dev
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user