File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -82,20 +82,12 @@ RUN apt-get update -qqy \
82
82
# ==============================
83
83
# Locale and encoding settings
84
84
# ==============================
85
- language-pack-en \
86
85
locales \
87
86
libfontconfig \
88
87
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 \
96
89
fonts-noto-color-emoji \
97
90
fonts-noto-cjk \
98
- fonts-indic \
99
91
# ==============
100
92
# Xvfb
101
93
# ==============
@@ -119,7 +111,7 @@ RUN apt-get update -qqy \
119
111
&& locale-gen ${LANGUAGE} \
120
112
&& dpkg-reconfigure --frontend noninteractive locales \
121
113
# 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 \
123
115
&& apt-get -qyy autoremove \
124
116
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/* \
125
117
&& apt-get -qyy clean
You can’t perform that action at this time.
0 commit comments