. rm sudo

This commit is contained in:
千里走单骑 2024-04-03 00:02:48 +08:00
parent dc8159c4a4
commit d9c5a65371
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
sed -i s:/archive.ubuntu.com:/mirrors.volces.com/ubuntu:g /etc/apt/sources.list
apt-get update
apt install -y git apt-transport-https ca-certificates curl gnupg-agent software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
apt-get update
apt install docker-ce docker-ce-cli containerd.io