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

This commit is contained in:
李寻欢 2024-02-23 10:59:49 +08:00
parent 3388b5d4e2
commit fdad2f8f26
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ RUN ls -lah
# 安装微信
COPY install-wechat.sh install-wechat.sh
RUN bash -c 'nohup /entrypoint.sh 2>&1 &' && sleep 10 && netstap -ntlp
RUN bash -c 'nohup /entrypoint.sh 2>&1 &' && sleep 10 && netstat -ntlp
RUN sudo chmod a+x install-wechat.sh && ./install-wechat.sh
RUN rm -rf WeChatSetup.exe && rm -rf install-wechat.sh