This commit is contained in:
parent
d692c05a82
commit
6fd143c7f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user