Comment 5 for bug 1752705

Revision history for this message
Matt Coleman (mcoleman) wrote :

It also succeeds if I replace `dpkg --configure -a` with `ls`:
rm -rf testmysql && cp -a bionic testmysql && systemd-nspawn -D testmysql bash -c 'apt update && apt install mysql-server; ls'