Skip to content

Commit bd9410a

Browse files
committed
merge those
1 parent 53d1e4f commit bd9410a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

image/base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ RUN --mount=type=tmpfs,target=/var/log \
6969
libwebpdemux2 libwebpmux3 libxext6 librsvg2-2 libgomp1 \
7070
fonts-urw-base35 \
7171
# nginx runtime dependencies \
72-
nginx-common && \
72+
nginx-common \
7373
# more recent libheif version
74-
DEBIAN_FRONTEND=noninteractive apt-get -y install -t ${DEBIAN_RELEASE}-backports libheif1; \
74+
libheif1/${DEBIAN_RELEASE}-backports && \
7575
# install these without recommends to avoid pulling in e.g.
7676
# X11 libraries, mailutils
7777
DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends git rsyslog logrotate cron ssh-client less; \

0 commit comments

Comments
 (0)