This commit is contained in:
parent
2ec2ac668a
commit
1aa59872d0
@ -30,7 +30,6 @@ 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 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
|
||||||
|
|
||||||
|
@ -1,4 +1,10 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# 启动窗口管理器
|
||||||
|
bash -c 'nohup /entrypoint.sh 2>&1 &'
|
||||||
|
sleep 10
|
||||||
|
sudo netstat -ntlp
|
||||||
|
|
||||||
## https://gitlab.com/cunidev/gestures/-/wikis/xdotool-list-of-key-codes
|
## https://gitlab.com/cunidev/gestures/-/wikis/xdotool-list-of-key-codes
|
||||||
function install() {
|
function install() {
|
||||||
while :
|
while :
|
||||||
|
Loading…
Reference in New Issue
Block a user