mirror of
https://github.com/requarks/wiki.git
synced 2026-08-17 16:24:47 -05:00
ci: fix packer docker script
This commit is contained in:
@@ -14,10 +14,10 @@ Components: stable
|
||||
Signed-By: /etc/apt/keyrings/docker.asc
|
||||
EOF
|
||||
|
||||
sudo apt update
|
||||
sudo apt -qqy update
|
||||
|
||||
# Install Docker
|
||||
sudo apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
||||
sudo apt -qqy install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
||||
|
||||
systemctl enable docker
|
||||
systemctl start docker
|
||||
|
||||
Reference in New Issue
Block a user