mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
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:
parent
f14094c1e1
commit
70a52c9385
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user