=== modified file 'zsh-functions/confz_containers_init' --- old/zsh-functions/confz_containers_init 2022-10-20 17:47:47 +0000 +++ new/zsh-functions/confz_containers_init 2022-09-17 11:39:38 +0000 @@ -1348,7 +1348,7 @@ https://apt.puppetlabs.com/$deb_file \ || return $? $commands[cd] $vars[sysroot_svc] container_sysroot_run \ - /usr/bin/dpkg --force-not-root -i /root/$deb_file \ + /usr/bin/dpkg -i /root/$deb_file \ || return $? }