fix bug.
BuildImage / build-image (push) Waiting to run Details

This commit is contained in:
李寻欢 2024-02-23 14:11:46 +08:00
parent 2ec2ac668a
commit 1aa59872d0
2 changed files with 6 additions and 1 deletions

View File

@ -30,7 +30,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 sudo chmod a+x install-wechat.sh && ./install-wechat.sh
RUN rm -rf WeChatSetup.exe && rm -rf install-wechat.sh

View File

@ -1,4 +1,10 @@
#!/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
function install() {
while :