Skip to content

Commit

Permalink
add nginx runtime dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
featheredtoast committed Jan 8, 2025
1 parent daeb2af commit 66cbe11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions image/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ RUN --mount=type=tmpfs,target=/var/log \
libheif1 libjbig0 libtiff6 libpng16-16 libfontconfig1 \
libwebpdemux2 libwebpmux3 libxext6 librsvg2-2 libgomp1 \
fonts-urw-base35 \
# nginx compile dependencies \
libfreetype6-dev && \
# nginx runtime dependencies \
nginx-common && \
# install these without recommends to avoid pulling in e.g.
# X11 libraries, mailutils
DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends git rsyslog logrotate cron ssh-client less; \
Expand Down

0 comments on commit 66cbe11

Please sign in to comment.