We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121a478 commit 602ae13Copy full SHA for 602ae13
image/base/Dockerfile
@@ -69,10 +69,9 @@ RUN --mount=type=tmpfs,target=/var/log \
69
libjbig0 libtiff6 libpng16-16 libfontconfig1 \
70
libwebpdemux2 libwebpmux3 libxext6 librsvg2-2 libgomp1 \
71
fonts-urw-base35 \
72
+ libheif1/${DEBIAN_RELEASE}-backports \
73
# nginx runtime dependencies \
- nginx-common \
74
-# more recent libheif version
75
- libheif1/${DEBIAN_RELEASE}-backports && \
+ nginx-common && \
76
# install these without recommends to avoid pulling in e.g.
77
# X11 libraries, mailutils
78
DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends git rsyslog logrotate cron ssh-client less; \
0 commit comments