We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 704ab56 commit 235ede5Copy full SHA for 235ede5
1 file changed
Dockerfile.aarch64
@@ -34,6 +34,7 @@ RUN \
34
/root-out/tmp && \
35
mkdir -m 0555 -p \
36
/root-out/{sys,proc} && \
37
+ sed -i 's/DownloadUser = alpm//g' /etc/pacman.conf && \
38
pacman-key --init && \
39
pacman-key --populate archlinuxarm && \
40
pacman -r /root-out -Sy --noconfirm \
0 commit comments