Commit 9bb6089
Prevent full systemd from being pulled in during cross-arch Docker builds
Debian sid recently changed a transitive dependency to pull in the full
systemd package instead of systemd-standalone-sysusers. The full systemd
postinst crashes under QEMU ARM emulation (SIGSEGV in systemd 260.x),
breaking all arm/v7 and arm64 cross-architecture builds.
Pre-install systemd-standalone-sysusers before the main apt-get install
so the sysusers virtual dependency is already satisfied and apt doesn't
pull in the full systemd package.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 71a0c66 commit 9bb6089
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
22 | 29 | | |
23 | 30 | | |
24 | 31 | | |
| |||
0 commit comments