打印支持韩文

This commit is contained in:
dengshengli 2024-05-28 13:50:24 +08:00
parent 6c9450cc94
commit 7a743e871d

View File

@ -18,7 +18,7 @@ RUN set -eux && sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk
mkfontscale &&\ mkfontscale &&\
mkfontdir &&\ mkfontdir &&\
fc-cache -fv &&\ fc-cache -fv &&\
COPY /usr/share/fonts/korean /usr/share/fonts &&\ cp /usr/share/fonts/korean /usr/share/fonts &&\
cd /usr/share/fonts/korean &&\ cd /usr/share/fonts/korean &&\
mkfontscale &&\ mkfontscale &&\
mkfontdir &&\ mkfontdir &&\