Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dockerfile: convert base container to debian:bookworm
After convert base container to debian:bookworm, it caused mmdebstrap was downgraded from 1.4.3 to 1.3.5. The old version does not `stop copying qemu-$arch-static binary into the chroot'[1]. So we need to install qemu-user-static to container otherwise assemble arm64 image in amd64 container failed ... E: setup failed: E: cannot find /usr/bin/qemu-aarch64-static I: main() received signal PIPE: waiting for setup... I: removing tempdir /tmp/mmdebstrap.ICTBGw4f86... E: mmdebstrap failed to run ... [1] https://gitlab.mister-muffin.de/josch/mmdebstrap/commit/21366f76b79dfb4e0c929ac8365eb47e3c47f215 Signed-off-by: Hongxu Jia <[email protected]>
- Loading branch information