From 3f76496d0ec844072ded0825c85a955cf3a7e4d0 Mon Sep 17 00:00:00 2001 From: Matthew Anderson Date: Sun, 28 Apr 2024 09:19:29 -0500 Subject: [PATCH] Revert "Use pikaur-git" This reverts commit 7c42d2f055a28301fcf8b0007fc104c9969d3a7f. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 02b7e3ab..3ebafb19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN echo -e "keyserver-options auto-key-retrieve" >> /etc/pacman.d/gnupg/gpg.con pacman --noconfirm -S --needed git && \ echo "%wheel ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers && \ useradd build -G wheel -m && \ - su - build -c "git clone https://aur.archlinux.org/pikaur-git.git /tmp/pikaur" && \ + su - build -c "git clone https://aur.archlinux.org/pikaur.git /tmp/pikaur" && \ su - build -c "cd /tmp/pikaur && makepkg -f" && \ pacman --noconfirm -U /tmp/pikaur/pikaur-*.pkg.tar.zst