Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Dockerfile.django-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ RUN \
apk add --no-cache \
openjpeg \
jpeg \
tiff \
bind-tools \
xmlsec \
git \
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile.django-debian
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@ RUN \
# 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 \
xmlsec1 \
git \
Expand Down