Skip to content

Commit 66cbe11

Browse files
add nginx runtime dependencies
1 parent daeb2af commit 66cbe11

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
@@ -64,8 +64,8 @@ RUN --mount=type=tmpfs,target=/var/log \
6464
libheif1 libjbig0 libtiff6 libpng16-16 libfontconfig1 \
6565
libwebpdemux2 libwebpmux3 libxext6 librsvg2-2 libgomp1 \
6666
fonts-urw-base35 \
67-
# nginx compile dependencies \
68-
libfreetype6-dev && \
67+
# nginx runtime dependencies \
68+
nginx-common && \
6969
# install these without recommends to avoid pulling in e.g.
7070
# X11 libraries, mailutils
7171
DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends git rsyslog logrotate cron ssh-client less; \

0 commit comments

Comments
 (0)