Skip to content

Commit

Permalink
Updated docker installation to include buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
hkirk committed Oct 23, 2024
1 parent d7ac91a commit 094e8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ then
fi

sudo apt-get update -y
sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-compose-plugin
sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
sudo groupadd docker || true
sudo usermod -aG docker "$USER" || true

Expand Down

0 comments on commit 094e8b8

Please sign in to comment.