Skip to content
Snippets Groups Projects
Commit b518d45c authored by Henrik Triem's avatar Henrik Triem
Browse files

Add Autoconfirm to install-docker-rpm

parent 7b20c567
No related branches found
No related tags found
No related merge requests found
Pipeline #26192 passed
......@@ -21,7 +21,7 @@ sudo dnf clean all
echo "Installing Docker from CentOS"
sudo mkdir -p /etc/docker
sudo dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
sudo dnf install docker-ce docker-ce-cli containerd.io docker-compose-plugin
sudo dnf install -y docker-ce docker-ce-cli containerd.io docker-compose-plugin
echo "Installing QEMU and helpers"
sudo dnf update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment