Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #99 Currently it cannot install anything, because: First: an apt hook fails: E: Problem executing scripts APT::Update::Post-Invoke 'rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true' E: Sub-process returned an error code 🚨 Error: The command exited with status 100 Second: if the hook is removed prior the `apt-get update` (`rm -f /etc/apt/apt.conf.d/docker-clean`), we get OOM: dpkg: error processing archive /var/cache/apt/archives/libpython3.11-minimal_3.11.2-6_amd64.deb (--unpack): dpkg-deb --control subprocess returned error exit status 2 dpkg-deb (subprocess): decompressing archive '/var/cache/apt/archives/libexpat1_2.5.0-1_amd64.deb' (size=99340) member 'control.tar': lzma error: Cannot allocate memory tar: This does not look like a tar archive tar: Exiting with failure status due to previous errors dpkg-deb: error: tar subprocess returned error exit status 2 ... so let's just skip wine for now.
- Loading branch information