From 2733417d9dd521efd4a961603eee6058f42ca41d 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:48:16 +0800 Subject: [PATCH] update --- Dockerfile | 2 -- install-wechat.sh | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index af8d082..7776f51 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,8 +31,6 @@ 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 bash -c 'sudo ps -ef' 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 4002d02..b4c8eeb 100644 --- a/install-wechat.sh +++ b/install-wechat.sh @@ -42,8 +42,8 @@ function install() { done } -# wine WeChatSetup.exe & - +wine WeChatSetup.exe & +sudo ps -ef sleep 1m install wait