处理中文字体

This commit is contained in:
李寻欢 2024-02-23 16:18:05 +08:00
parent c91aae6bab
commit 3d971c9f42
1 changed files with 3 additions and 0 deletions

View File

@ -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"]