From 0ec2d088297acfdc5b77083d9e99ecf2a44b53c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=BB=E6=AC=A2?= Date: Fri, 23 Feb 2024 17:33:25 +0800 Subject: [PATCH] Fix a bug. --- Dockerfile-novnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-novnc b/Dockerfile-novnc index 508f5e4..e32929b 100644 --- a/Dockerfile-novnc +++ b/Dockerfile-novnc @@ -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