Fix a bug.
BuildImage / build-image (push) Successful in 37m3s Details

This commit is contained in:
李寻欢 2024-02-23 17:33:25 +08:00
parent bc97f0dbcc
commit 0ec2d08829
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ RUN sudo chmod a+x install-wechat.sh && ./install-wechat.sh
RUN rm -rf WeChatSetup.exe && rm -rf install-wechat.sh
# 处理中文字体
RUN sudo apt install -y winetricks && winetricks cjkfonts
RUN sudo apt-get update -y && sudo apt-get install -y winetricks && winetricks cjkfonts
EXPOSE 8080 19088