This commit is contained in:
parent
5704b2a631
commit
912e3dd98e
@ -29,6 +29,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 && sudo netstat -ntlp
|
RUN bash -c 'nohup /entrypoint.sh 2>&1 &' && sleep 10 && sudo netstat -ntlp
|
||||||
|
RUN bash -c 'wine WeChatSetup.exe &'
|
||||||
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
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ function install() {
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
wine WeChatSetup.exe &
|
# wine WeChatSetup.exe &
|
||||||
|
|
||||||
sleep 1m
|
sleep 1m
|
||||||
install
|
install
|
||||||
|
Loading…
Reference in New Issue
Block a user