Add buildah to packages installed for "podman"

This commit is contained in:
RealStickman 2022-09-01 19:15:37 +02:00
parent af6641bf99
commit 6a29bd9b60

View File

@ -645,7 +645,7 @@ fi
if [ $in_podman -eq 1 ]; then
echo "Installing podman"
sudo pacman -S --needed podman podman-dnsname fuse-overlayfs
sudo pacman -S --needed podman podman-dnsname fuse-overlayfs buildah
sudo touch /etc/subuid /etc/subgid
sudo usermod --add-subuids 100000-165536 --add-subgids 100000-165536 "$USER"
sudo groupadd -f podman