This commit is contained in:
parent
5acd2d7b16
commit
2733417d9d
@ -31,8 +31,6 @@ RUN ls -lah
|
||||
# 安装微信
|
||||
COPY install-wechat.sh install-wechat.sh
|
||||
RUN bash -c 'nohup /entrypoint.sh 2>&1 &' && sleep 10 && sudo netstat -ntlp
|
||||
RUN bash -c 'wine WeChatSetup.exe &'
|
||||
RUN bash -c 'sudo ps -ef'
|
||||
RUN sudo chmod a+x install-wechat.sh && ./install-wechat.sh
|
||||
RUN rm -rf WeChatSetup.exe && rm -rf install-wechat.sh
|
||||
|
||||
|
@ -42,8 +42,8 @@ function install() {
|
||||
done
|
||||
}
|
||||
|
||||
# wine WeChatSetup.exe &
|
||||
|
||||
wine WeChatSetup.exe &
|
||||
sudo ps -ef
|
||||
sleep 1m
|
||||
install
|
||||
wait
|
||||
|
Loading…
Reference in New Issue
Block a user