更新 Dockerfile
BuildImage / build-image (push) Failing after 31s Details

This commit is contained in:
李寻欢 2024-01-15 14:38:38 +08:00
parent 1838dd765b
commit 8a88ef2f16
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ ADD ${WECHAT_URL} WeChatSetup.exe
# 安装微信
COPY install-wechat.sh install-wechat.sh
RUN ls -lah
RUN bash -c 'nohup /entrypoint.sh 2>&1 &' && sleep 10
RUN sudo apt install -y net-tools
RUN sudo chown app:app WeChatSetup.exe && ./install-wechat.sh