rm sudo
This commit is contained in:
parent
ddf791187c
commit
dc8159c4a4
|
@ -20,7 +20,7 @@ jobs:
|
|||
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 -
|
||||
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
|
||||
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
|
||||
npm config set registry https://registry.npmmirror.com
|
||||
|
|
Loading…
Reference in New Issue