Add docker-buildx-plugin
All checks were successful
ShellCheck / Shell syntax checker (push) Successful in 11s

This commit is contained in:
titanz 2025-02-12 07:35:37 +01:00
parent 72ca6ddab3
commit 183db7923e
Signed by: titanz
GPG Key ID: EABC72179C71D4F5

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 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 usermod -aG docker user