Skip to content

Commit a1f8cb1

Browse files
authored
Add workaround for libguestfs issue on Proxmox VE 9.0 (#8722)
1 parent 08ec932 commit a1f8cb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vm/docker-vm.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,8 @@ if ! command -v virt-customize &>/dev/null; then
497497
msg_info "Installing Pre-Requisite libguestfs-tools onto Host"
498498
apt-get -qq update >/dev/null
499499
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
500502
msg_ok "Installed libguestfs-tools successfully"
501503
fi
502504

0 commit comments

Comments
 (0)