update
BuildImage / build-image (push) Has been cancelled Details

This commit is contained in:
李寻欢 2024-02-23 13:48:16 +08:00
parent 5acd2d7b16
commit 2733417d9d
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -42,8 +42,8 @@ function install() {
done
}
# wine WeChatSetup.exe &
wine WeChatSetup.exe &
sudo ps -ef
sleep 1m
install
wait