podman_bootstrap.sh: add libfuse3-dev and pkg-config for Ubuntu Noble

These were needed to bootstrap on a fairly fresh Noble install
This commit is contained in:
Daniel Axtens 2025-01-01 00:32:04 +11:00
parent b1c9018fd4
commit 35adcceb59

View file

@ -218,7 +218,7 @@ ubuntu()
sudo "$2" update
echo "Installing required packages..."
sudo "$2" install \
podman curl git make fuse3 fuse-overlayfs slirp4netns
podman curl git make pkg-config fuse3 libfuse3-dev fuse-overlayfs slirp4netns
if [ "$1" == "qemu" ]; then
if [ -z "$(which qemu-system-x86_64)" ]; then
echo "Installing QEMU..."