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:
parent
daea6f1c42
commit
5c55f903c8
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user