Skip to content

Commit 0b722b2

Browse files
no-install-recommends, install font only
1 parent d0ed8de commit 0b722b2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

image/base/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,11 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
6969
# imagemagick runtime dependencies
7070
libheif1 libjbig0 libtiff6 libpng16-16 libfontconfig1 \
7171
libwebpdemux2 libwebpmux3 libxext6 librsvg2-2 libgomp1 \
72-
# font for letterbox avatar
73-
fonts-urw-base35 \
7472
# nginx runtime dependencies
7573
nginx-common &&\
7674
# install these without recommends to avoid pulling in e.g.
7775
# X11 libraries, mailutils
78-
DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends git rsyslog logrotate cron ssh-client less &&\
76+
DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends git rsyslog logrotate cron ssh-client less fonts-urw-base35 &&\
7977
# postgres packages
8078
install -d /usr/share/postgresql-common/pgdg &&\
8179
curl -o /usr/share/postgresql-common/pgdg/apt.postgresql.org.asc --fail https://www.postgresql.org/media/keys/ACCC4CF8.asc &&\

0 commit comments

Comments
 (0)