处理中文字体
This commit is contained in:
parent
c91aae6bab
commit
3d971c9f42
@ -57,6 +57,9 @@ RUN bash -c 'sudo -E supervisord -c /etc/supervisord.conf -l /var/log/supervisor
|
|||||||
./install-wine-mono.sh && \
|
./install-wine-mono.sh && \
|
||||||
sudo rm -rf ./install-wine-mono.sh
|
sudo rm -rf ./install-wine-mono.sh
|
||||||
|
|
||||||
|
# 处理中文字体
|
||||||
|
RUN sudo apt install -y winetricks && winetricks cjkfonts
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
CMD ["/entrypoint.sh"]
|
CMD ["/entrypoint.sh"]
|
Loading…
x
Reference in New Issue
Block a user