ci(docker): 简化apt-get安装命令
Some checks failed
Build docker and publish / build (20.15.1) (push) Failing after 1m20s
Some checks failed
Build docker and publish / build (20.15.1) (push) Failing after 1m20s
移除不必要的参数并仅保留基础安装命令
This commit is contained in:
parent
184f9103a4
commit
29eede21e1
@ -92,8 +92,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
echo "仍在等待锁释放..."; sleep 5
|
echo "仍在等待锁释放..."; sleep 5
|
||||||
done
|
done
|
||||||
apt-get update -y -o Dpkg::Lock::Timeout=600 --allow-unauthenticated --allow-downgrades
|
apt-get install -y -o Dpkg::Lock::Timeout=600
|
||||||
apt-get install -y -o Dpkg::Lock::Timeout=600 --allow-unauthenticated --allow-downgrades --force-yes jq curl ca-certificates docker.io
|
|
||||||
docker --version
|
docker --version
|
||||||
jq --version
|
jq --version
|
||||||
curl --version
|
curl --version
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user