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

This commit is contained in:
李寻欢 2024-02-23 13:46:01 +08:00
parent 950af5acde
commit 5acd2d7b16
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,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 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