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 daeb2af commit 66cbe11Copy full SHA for 66cbe11
image/base/Dockerfile
@@ -64,8 +64,8 @@ RUN --mount=type=tmpfs,target=/var/log \
64
libheif1 libjbig0 libtiff6 libpng16-16 libfontconfig1 \
65
libwebpdemux2 libwebpmux3 libxext6 librsvg2-2 libgomp1 \
66
fonts-urw-base35 \
67
-# nginx compile dependencies \
68
- libfreetype6-dev && \
+# nginx runtime dependencies \
+ nginx-common && \
69
# install these without recommends to avoid pulling in e.g.
70
# X11 libraries, mailutils
71
DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends git rsyslog logrotate cron ssh-client less; \
0 commit comments