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 2c2c945 commit 69b175eCopy full SHA for 69b175e
Dockerfile
@@ -17,7 +17,7 @@ RUN echo -e "keyserver-options auto-key-retrieve" >> /etc/pacman.d/gnupg/gpg.con
17
sed -i '/OPTIONS/s/debug/!debug/g' /etc/makepkg.conf && \
18
pacman-key --init
19
20
-RUN pacman --noconfirm --needed -S pacman-contrib
+RUN pacman --noconfirm -Syyuu && pacman --noconfirm --needed -S pacman-contrib
21
RUN cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.backup
22
RUN sed -i 's/^#Server/Server/' /etc/pacman.d/mirrorlist.backup
23
RUN rankmirrors -n 10 /etc/pacman.d/mirrorlist.backup > /etc/pacman.d/mirrorlist
0 commit comments