Skip to content

Commit b9482b6

Browse files
authored
Docker: Update font packages
1 parent a1418e4 commit b9482b6

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

NodeBase/Dockerfile

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,20 +82,12 @@ 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 \
94-
fonts-wqy-zenhei \
95-
fonts-tlwg-loma-otf \
88+
fonts-noto \
9689
fonts-noto-color-emoji \
9790
fonts-noto-cjk \
98-
fonts-indic \
9991
#==============
10092
# Xvfb
10193
#==============
@@ -119,7 +111,7 @@ RUN apt-get update -qqy \
119111
&& locale-gen ${LANGUAGE} \
120112
&& dpkg-reconfigure --frontend noninteractive locales \
121113
# For Fluxbox style, use fonts-wqy-zenhei which has a large international language coverage
122-
&& sed -i 's/Ubuntu-/WenQuanYi Zen Hei-/g' /usr/share/fluxbox/styles/ubuntu-light \
114+
&& sed -i 's/Ubuntu-/Noto Sans CJK-/g' /usr/share/fluxbox/styles/ubuntu-light \
123115
&& apt-get -qyy autoremove \
124116
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/* \
125117
&& apt-get -qyy clean

0 commit comments

Comments
 (0)