From fda63544ebe64fd29eb370f6dfb5c4d55d51baf2 Mon Sep 17 00:00:00 2001 From: Guilherme Werner Date: Mon, 23 Jun 2025 16:47:35 -0300 Subject: [PATCH] Update bootstrap.sh --- bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 02528c6..dd0a8b7 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -122,7 +122,8 @@ install_ubuntu() { "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \ $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null sudo apt update - sudo apt install docker-ce docker-ce-cli containerd.io docker-compose-plugin + sudo apt upgrade -y + sudo apt install -y docker-ce docker-ce-cli containerd.io docker-compose-plugin sudo usermod -aG docker $USER newgrp docker docker version