Hey all made an Ubuntu container with distrobox. Does anyone know why I'm getting the following errors (towards the bottom) when I install packages using apt?
Preparing to unpack .../curl_7.85.0-1ubuntu0.6_amd64.deb ...
Unpacking curl (7.85.0-1ubuntu0.6) over (7.85.0-1ubuntu0.5) ...
Preparing to unpack .../libcurl4_7.85.0-1ubuntu0.6_amd64.deb ...
Unpacking libcurl4:amd64 (7.85.0-1ubuntu0.6) over (7.85.0-1ubuntu0.5) ...
Setting up libcurl4:amd64 (7.85.0-1ubuntu0.6) ...
Setting up curl (7.85.0-1ubuntu0.6) ...
Processing triggers for libc-bin (2.36-0ubuntu4) ...
mount: /etc/localtime: mount point does not exist.
dmesg(1) may have more information after failed mount system call.
E: Problem executing scripts DPkg::Post-Invoke 'if [ -e /run/host//etc/localtime ] || [ -e /run/host/$(readlink -fm /run/host//etc/localtime) ]; then mount --rbind $(readlink -fm /run/host//etc/localtime) /etc/localtime 2>/dev/null || mount --rbind /run/host/$(readlink -fm /run/host//etc/localtime) /etc/localtime; fi'
E: Sub-process returned an error code
I also noticed things like lsb_release doesnt exist on the system and I'm wondering what packages need to be installed for it?