We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ec932 commit a1f8cb1Copy full SHA for a1f8cb1
vm/docker-vm.sh
@@ -497,6 +497,8 @@ if ! command -v virt-customize &>/dev/null; then
497
msg_info "Installing Pre-Requisite libguestfs-tools onto Host"
498
apt-get -qq update >/dev/null
499
apt-get -qq install libguestfs-tools lsb-release -y >/dev/null
500
+ # Workaround for Proxmox VE 9.0 libguestfs issue
501
+ apt-get -qq install dhcpcd-base -y >/dev/null 2>&1 || true
502
msg_ok "Installed libguestfs-tools successfully"
503
fi
504
0 commit comments