Skip to content

Commit 69b175e

Browse files
committed
Refresh pacman database
1 parent 2c2c945 commit 69b175e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN echo -e "keyserver-options auto-key-retrieve" >> /etc/pacman.d/gnupg/gpg.con
1717
sed -i '/OPTIONS/s/debug/!debug/g' /etc/makepkg.conf && \
1818
pacman-key --init
1919

20-
RUN pacman --noconfirm --needed -S pacman-contrib
20+
RUN pacman --noconfirm -Syyuu && pacman --noconfirm --needed -S pacman-contrib
2121
RUN cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.backup
2222
RUN sed -i 's/^#Server/Server/' /etc/pacman.d/mirrorlist.backup
2323
RUN rankmirrors -n 10 /etc/pacman.d/mirrorlist.backup > /etc/pacman.d/mirrorlist

0 commit comments

Comments
 (0)