diff --git a/Dockerfile b/Dockerfile index 5d4806a..58bafe7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,6 +57,9 @@ RUN bash -c 'sudo -E supervisord -c /etc/supervisord.conf -l /var/log/supervisor ./install-wine-mono.sh && \ sudo rm -rf ./install-wine-mono.sh +# 处理中文字体 +RUN sudo apt install -y winetricks && winetricks cjkfonts + COPY entrypoint.sh /entrypoint.sh CMD ["/entrypoint.sh"] \ No newline at end of file