]> piware.de Git - bin.git/commitdiff
build-cockpit-toolbox: forward buildah to host
authorMartin Pitt <martin@piware.de>
Wed, 23 Apr 2025 06:03:59 +0000 (08:03 +0200)
committerMartin Pitt <martin@piware.de>
Wed, 23 Apr 2025 06:03:59 +0000 (08:03 +0200)
build-cockpit-toolbox

index 8af7e61b4ab5f8c46ae9f5775440a90328e06ac9..d0195a57317a0764d9c66afb7fe5b0d03055a624 100755 (executable)
@@ -28,7 +28,7 @@ sudo dnf install -y ansible bash-completion man-db man-pages moreutils fd-find r
 sudo dnf install -y libglvnd-gles
 
 # commands to forward to the host
-for cmd in podman toolbox nmcli eog evince flatpak; do
+for cmd in podman buildah toolbox nmcli eog evince flatpak; do
     printf "#!/bin/sh\nexec flatpak-spawn --host $cmd \42\$@\42\n" | sudo tee /usr/local/bin/$cmd >/dev/null
     sudo chmod a+x /usr/local/bin/$cmd
 done