mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-08 18:22:30 +01:00
without this, cross-architecture image generation fails as unprivileged user, because update-kernel ends up calling `apk add --cache-dir /etc/apk/cache -p /tmp/update-kernel.VO4GcN/root ...` without privileges to write to /etc/apk/cache. I'm assuming the reason it does not fail when generating an image for the host architecture is that /etc/apk/cache already contains the information apk would write there.