We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea86b72 commit 0e925a1Copy full SHA for 0e925a1
2 files changed
Dockerfile.django-alpine
@@ -45,7 +45,6 @@ RUN \
45
apk add --no-cache \
46
openjpeg \
47
jpeg \
48
- tiff \
49
bind-tools \
50
xmlsec \
51
git \
Dockerfile.django-debian
@@ -44,10 +44,9 @@ RUN \
44
# ugly fix to install postgresql-client without errors
mkdir -p /usr/share/man/man1 /usr/share/man/man7 && \
apt-get -y install --no-install-recommends \
- # libopenjp2-7 libjpeg62 libtiff are required by the pillow package
+ # libopenjp2-7 libjpeg62 are required by the pillow package
libopenjp2-7 \
libjpeg62 \
- libtiff6 \
dnsutils \
52
xmlsec1 \
53
0 commit comments