remove sandbox user from pacman.conf on arm

This commit is contained in:
thelamer 2025-12-20 09:43:55 -05:00
parent 704ab56283
commit 235ede51f5
No known key found for this signature in database

View File

@ -34,6 +34,7 @@ RUN \
/root-out/tmp && \
mkdir -m 0555 -p \
/root-out/{sys,proc} && \
sed -i 's/DownloadUser = alpm//g' /etc/pacman.conf && \
pacman-key --init && \
pacman-key --populate archlinuxarm && \
pacman -r /root-out -Sy --noconfirm \