merge those
This commit is contained in:
parent
53d1e4f697
commit
bd9410a7f7
|
@ -69,9 +69,9 @@ RUN --mount=type=tmpfs,target=/var/log \
|
||||||
libwebpdemux2 libwebpmux3 libxext6 librsvg2-2 libgomp1 \
|
libwebpdemux2 libwebpmux3 libxext6 librsvg2-2 libgomp1 \
|
||||||
fonts-urw-base35 \
|
fonts-urw-base35 \
|
||||||
# nginx runtime dependencies \
|
# nginx runtime dependencies \
|
||||||
nginx-common && \
|
nginx-common \
|
||||||
# more recent libheif version
|
# 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.
|
# install these without recommends to avoid pulling in e.g.
|
||||||
# X11 libraries, mailutils
|
# X11 libraries, mailutils
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends git rsyslog logrotate cron ssh-client less; \
|
DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends git rsyslog logrotate cron ssh-client less; \
|
||||||
|
|
Loading…
Reference in New Issue