Add docker-buildx-plugin

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2025-02-11 15:39:27 -07:00
parent aa7bebaa22
commit 4547d4ece8
No known key found for this signature in database
GPG Key ID: 555C902A34EC968F

View File

@ -43,7 +43,7 @@ gpgkey=https://rpm.packages.shiftkey.dev/gpg.key' | sudo tee /etc/yum.repos.d/sh
sudo dnf config-manager addrepo --from-repofile=https://download.docker.com/linux/fedora/docker-ce.repo sudo dnf config-manager addrepo --from-repofile=https://download.docker.com/linux/fedora/docker-ce.repo
sudo dnf install -y butane code docker-ce docker-compose-plugin git github-desktop sudo dnf install -y butane code docker-ce docker-buildx-plugin docker-compose-plugin git github-desktop
sudo systemctl enable --now docker sudo systemctl enable --now docker
sudo usermod -aG docker user sudo usermod -aG docker user