Skip to content

Commit 602ae13

Browse files
committed
move
1 parent 121a478 commit 602ae13

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

image/base/Dockerfile

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

0 commit comments

Comments
 (0)