Skip to content

Commit 0e925a1

Browse files
dogboatmtesauro
andauthored
remove libtiff install from Dockerfiles (#14485)
Co-authored-by: Matt Tesauro <mtesauro@gmail.com>
1 parent ea86b72 commit 0e925a1

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

Dockerfile.django-alpine

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ RUN \
4545
apk add --no-cache \
4646
openjpeg \
4747
jpeg \
48-
tiff \
4948
bind-tools \
5049
xmlsec \
5150
git \

Dockerfile.django-debian

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,9 @@ RUN \
4444
# ugly fix to install postgresql-client without errors
4545
mkdir -p /usr/share/man/man1 /usr/share/man/man7 && \
4646
apt-get -y install --no-install-recommends \
47-
# libopenjp2-7 libjpeg62 libtiff are required by the pillow package
47+
# libopenjp2-7 libjpeg62 are required by the pillow package
4848
libopenjp2-7 \
4949
libjpeg62 \
50-
libtiff6 \
5150
dnsutils \
5251
xmlsec1 \
5352
git \

0 commit comments

Comments
 (0)