Skip to content

Commit a177525

Browse files
authored
Docker: Update Google Noto font family (#2914)
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
1 parent a1418e4 commit a177525

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

NodeBase/Dockerfile

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,20 +82,14 @@ RUN apt-get update -qqy \
8282
#==============================
8383
# Locale and encoding settings
8484
#==============================
85-
language-pack-en \
8685
locales \
8786
libfontconfig \
8887
libfreetype6 \
89-
xfonts-scalable \
90-
xfonts-cyrillic \
91-
fonts-ubuntu \
92-
fonts-liberation \
93-
fonts-ipafont-gothic \
9488
fonts-wqy-zenhei \
95-
fonts-tlwg-loma-otf \
89+
fonts-noto \
90+
fonts-noto-core \
9691
fonts-noto-color-emoji \
9792
fonts-noto-cjk \
98-
fonts-indic \
9993
#==============
10094
# Xvfb
10195
#==============

0 commit comments

Comments
 (0)