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 9864ccc commit c3a00e5Copy full SHA for c3a00e5
Dockerfile
@@ -15,7 +15,13 @@ ARG user=user
15
RUN echo -e "keyserver-options auto-key-retrieve" >> /etc/pacman.d/gnupg/gpg.conf && \
16
sed -i '/CheckSpace/s/^/#/g' /etc/pacman.conf && \
17
sed -i '/OPTIONS/s/debug/!debug/g' /etc/makepkg.conf && \
18
- pacman-key --init && pacman --noconfirm -Syyuu
+ pacman-key --init
19
+
20
+RUN cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.backup
21
+RUN sed -i 's/^#Server/Server/' /etc/pacman.d/mirrorlist.backup
22
+RUN rankmirrors -n 10 /etc/pacman.d/mirrorlist.backup > /etc/pacman.d/mirrorlist
23
24
+RUN pacman --noconfirm -Syyuu
25
26
RUN pacman --noconfirm -S base base-devel bat desktop-file-utils \
27
diffoscope diffutils wl-clipboard eza flatpak-builder git-delta \
0 commit comments