This commit is contained in:
parent
988e1714c2
commit
3388b5d4e2
@ -20,7 +20,7 @@ RUN ls -lah
|
|||||||
|
|
||||||
# 安装微信
|
# 安装微信
|
||||||
COPY install-wechat.sh install-wechat.sh
|
COPY install-wechat.sh install-wechat.sh
|
||||||
RUN bash -c 'nohup /entrypoint.sh 2>&1 &' && sleep 10
|
RUN bash -c 'nohup /entrypoint.sh 2>&1 &' && sleep 10 && netstap -ntlp
|
||||||
RUN sudo chmod a+x install-wechat.sh && ./install-wechat.sh
|
RUN sudo chmod a+x install-wechat.sh && ./install-wechat.sh
|
||||||
RUN rm -rf WeChatSetup.exe && rm -rf install-wechat.sh
|
RUN rm -rf WeChatSetup.exe && rm -rf install-wechat.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user