Add -y flad to final installation command
The actual installation step was failing because it was prompting for confirmation. This will fail when using cURL to pipe to BASH.
This commit is contained in:
@@ -17,4 +17,4 @@ echo \
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
|
||||||
echo "Install Docker"
|
echo "Install Docker"
|
||||||
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
||||||
|
|||||||
Reference in New Issue
Block a user