[-] sudo
[!] Fix _execute_yml
This commit is contained in:
parent
98eca5d805
commit
bf97fe4185
@ -3,4 +3,4 @@ before-reboot:
|
||||
- apt update
|
||||
- apt upgrade -y
|
||||
Install basic packets:
|
||||
- apt install ca-certificates curl git -y
|
||||
- apt install ca-certificates curl git sudo -y
|
||||
|
@ -5,7 +5,7 @@ before-reboot:
|
||||
- install -m 0755 -d /etc/apt/keyrings
|
||||
- curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc
|
||||
- chmod a+r /etc/apt/keyrings/docker.asc
|
||||
- echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
|
||||
- echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
|
||||
- apt update
|
||||
- apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
||||
after-reboot:
|
||||
|
Loading…
x
Reference in New Issue
Block a user