Skip to content

Commit 235ede5

Browse files
committed
remove sandbox user from pacman.conf on arm
1 parent 704ab56 commit 235ede5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ RUN \
3434
/root-out/tmp && \
3535
mkdir -m 0555 -p \
3636
/root-out/{sys,proc} && \
37+
sed -i 's/DownloadUser = alpm//g' /etc/pacman.conf && \
3738
pacman-key --init && \
3839
pacman-key --populate archlinuxarm && \
3940
pacman -r /root-out -Sy --noconfirm \

0 commit comments

Comments
 (0)