Update docker-vm.sh

This commit is contained in:
CanbiZ 2025-01-21 19:38:51 +01:00 committed by GitHub
parent ed8edcbf2d
commit 0a7d541261
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -402,7 +402,7 @@ for i in {0,1}; do
done
msg_info "Installing Pre-Requisite libguestfs-tools onto Host"
apt-get -qq update && apt-get -qq install libguestfs-tools -y >/dev/null
apt-get -qq update && apt-get -qq install libguestfs-tools lsb-release -y >/dev/null
msg_ok "Installed libguestfs-tools successfully"
msg_info "Adding Docker and Docker Compose Plugin to Debian 12 Qcow2 Disk Image"