File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,14 @@ 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
2021RUN cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.backup
2122RUN sed -i 's/^#Server/Server/' /etc/pacman.d/mirrorlist.backup
2223RUN rankmirrors -n 10 /etc/pacman.d/mirrorlist.backup > /etc/pacman.d/mirrorlist
2324
2425RUN pacman --noconfirm -Syyuu
2526
26- RUN pacman --noconfirm -S base base-devel bat desktop-file-utils \
27+ RUN pacman --noconfirm --needed - S base base-devel bat desktop-file-utils \
2728 diffoscope diffutils wl-clipboard eza flatpak-builder git-delta \
2829 micro qemu-base starship swtpm time traceroute trash-cli tree wget \
2930 zsh inetutils fzf python-pip python-virtualenv python-gitlab ruff \
You can’t perform that action at this time.
0 commit comments