merge those

This commit is contained in:
Jarek Radosz 2025-02-25 19:45:08 +01:00
parent 53d1e4f697
commit bd9410a7f7
No known key found for this signature in database
GPG Key ID: 98C198E7019429B3
1 changed files with 2 additions and 2 deletions

View File

@ -69,9 +69,9 @@ RUN --mount=type=tmpfs,target=/var/log \
libwebpdemux2 libwebpmux3 libxext6 librsvg2-2 libgomp1 \
fonts-urw-base35 \
# nginx runtime dependencies \
nginx-common && \
nginx-common \
# more recent libheif version
DEBIAN_FRONTEND=noninteractive apt-get -y install -t ${DEBIAN_RELEASE}-backports libheif1; \
libheif1/${DEBIAN_RELEASE}-backports && \
# install these without recommends to avoid pulling in e.g.
# X11 libraries, mailutils
DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends git rsyslog logrotate cron ssh-client less; \