ci(docker): 简化apt-get安装命令
Some checks failed
Build docker and publish / build (20.15.1) (push) Failing after 1m20s

移除不必要的参数并仅保留基础安装命令
This commit is contained in:
shanshanzhong 2025-10-22 06:38:50 -07:00
parent 184f9103a4
commit 29eede21e1

View File

@ -92,8 +92,7 @@ jobs:
fi
echo "仍在等待锁释放..."; sleep 5
done
apt-get update -y -o Dpkg::Lock::Timeout=600 --allow-unauthenticated --allow-downgrades
apt-get install -y -o Dpkg::Lock::Timeout=600 --allow-unauthenticated --allow-downgrades --force-yes jq curl ca-certificates docker.io
apt-get install -y -o Dpkg::Lock::Timeout=600
docker --version
jq --version
curl --version