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 53d1e4f commit bd9410aCopy full SHA for bd9410a
image/base/Dockerfile
@@ -69,9 +69,9 @@ RUN --mount=type=tmpfs,target=/var/log \
69
libwebpdemux2 libwebpmux3 libxext6 librsvg2-2 libgomp1 \
70
fonts-urw-base35 \
71
# nginx runtime dependencies \
72
- nginx-common && \
+ nginx-common \
73
# more recent libheif version
74
- DEBIAN_FRONTEND=noninteractive apt-get -y install -t ${DEBIAN_RELEASE}-backports libheif1; \
+ libheif1/${DEBIAN_RELEASE}-backports && \
75
# install these without recommends to avoid pulling in e.g.
76
# X11 libraries, mailutils
77
DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends git rsyslog logrotate cron ssh-client less; \
0 commit comments