更新 Dockerfile
BuildImage / build-image (push) Failing after 3h13m30s Details

This commit is contained in:
李寻欢 2024-01-15 14:44:14 +08:00
parent d692c05a82
commit 6fd143c7f7
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ RUN ls -lah
COPY install-wechat.sh install-wechat.sh
RUN bash -c 'nohup /entrypoint.sh 2>&1 &' && sleep 10
RUN sudo apt install -y net-tools
RUN ./install-wechat.sh
RUN sudo chmod a+x install-wechat.sh && ./install-wechat.sh
RUN rm -rf WeChatSetup.exe && rm -rf install-wechat.sh
# 下载wxhelper.dll