fix(docker): add the docker group if for some reason there isn't

This commit is contained in:
2025-08-03 22:24:35 +02:00
parent ced362d5f9
commit c6e2a95527

View File

@@ -4,4 +4,5 @@
sudo pacman -S docker docker-compose --noconfirm
sudo systemctl enable --now docker.socket
sudo groupadd docker
sudo usermod -aG docker $USER