File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
root/etc/s6-overlay/s6-rc.d/init-mod-universal-internationalization-install Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ if [[ "${LSIO_BASE}" == "alpine" ]] && [[ ! -f /usr/share/fonts/noto/NotoSansCJK
2828 font-noto-emoji \
2929 lang
3030elif [[ "${LSIO_BASE}" == "ubuntu" ]] && [[ ! -f /usr/share/fonts/opentype/noto/NotoSansCJK-Regular.ttc ]]; then
31- apt-get update && \
31+ rm -f /etc/apt/apt.conf.d/docker-no-languages
32+ apt-get update
3233 apt-get install -y \
3334 fonts-noto \
3435 language-pack-af \
@@ -116,7 +117,8 @@ elif [[ "${LSIO_BASE}" == "ubuntu" ]] && [[ ! -f /usr/share/fonts/opentype/noto/
116117 language-pack-zh-hans \
117118 language-pack-zh-hant
118119elif [[ "${LSIO_BASE}" == "debian" ]] && [[ ! -f /usr/share/fonts/opentype/noto/NotoSansCJK-Regular.ttc ]]; then
119- apt-get update && \
120+ rm -f /etc/apt/apt.conf.d/docker-no-languages
121+ apt-get update
120122 apt-get install -y \
121123 fonts-noto \
122124 locales-all
You can’t perform that action at this time.
0 commit comments