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 \
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
You can’t perform that action at this time.
0 commit comments