mirror of
https://github.com/linuxserver/docker-baseimage-arch.git
synced 2026-03-16 00:01:42 +08:00
remove sandbox user from pacman.conf on arm
This commit is contained in:
parent
704ab56283
commit
235ede51f5
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user