Update default fonts for docker image (#7881)

* Update default fonts for docker image

Ref: https://github.com/inventree/InvenTree/issues/7737

* Remove extra fonts from Dockerfile
This commit is contained in:
Oliver 2024-08-14 21:16:07 +10:00 committed by GitHub
parent f14094c1e1
commit 70a52c9385
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,8 +74,9 @@ RUN apk add --no-cache \
# MySQL / MariaDB client # MySQL / MariaDB client
mariadb-client mariadb-connector-c \ mariadb-client mariadb-connector-c \
&& \ && \
# fonts # font support
apk --update --upgrade --no-cache add fontconfig ttf-freefont font-noto terminus-font && fc-cache -f apk --update --upgrade --no-cache add fontconfig ttf-freefont font-terminus font-noto font-noto-cjk font-noto-extra \
&& fc-cache -f
EXPOSE 8000 EXPOSE 8000