diff --git a/Dockerfile-msyh b/Dockerfile-msyh index be6c4d1..0fec5dc 100644 --- a/Dockerfile-msyh +++ b/Dockerfile-msyh @@ -18,6 +18,8 @@ RUN apt-get install -y ttf-wqy-microhei locales procps \ && locale-gen # 添加微软雅黑 COPY msyh.ttc /usr/share/fonts/truetype/msyh.ttc +COPY msyhbd.ttc /usr/share/fonts/truetype/msyhbd.ttc +COPY msyhl.ttc /usr/share/fonts/truetype/msyhl.ttc # 刷新字体缓存 RUN sudo fc-cache -fv diff --git a/msyhbd.ttc b/msyhbd.ttc new file mode 100644 index 0000000..351b10f Binary files /dev/null and b/msyhbd.ttc differ diff --git a/msyhl.ttc b/msyhl.ttc new file mode 100644 index 0000000..c185092 Binary files /dev/null and b/msyhl.ttc differ