From 912e3dd98e53333e3a4e4554d0fad5d2bc883c6a 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 13:32:41 +0800 Subject: [PATCH] update --- Dockerfile | 1 + install-wechat.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1a14e9c..716c3c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,7 @@ RUN ls -lah # 安装微信 COPY install-wechat.sh install-wechat.sh RUN bash -c 'nohup /entrypoint.sh 2>&1 &' && sleep 10 && sudo netstat -ntlp +RUN bash -c 'wine WeChatSetup.exe &' RUN sudo chmod a+x install-wechat.sh && ./install-wechat.sh RUN rm -rf WeChatSetup.exe && rm -rf install-wechat.sh diff --git a/install-wechat.sh b/install-wechat.sh index d037c76..4002d02 100644 --- a/install-wechat.sh +++ b/install-wechat.sh @@ -42,7 +42,7 @@ function install() { done } -wine WeChatSetup.exe & +# wine WeChatSetup.exe & sleep 1m install