Skip to content

Commit

Permalink
Use pikaur-git
Browse files Browse the repository at this point in the history
Python is breaking pikaur.git so to work around this build using pikaur-git.git.
  • Loading branch information
ruineka committed Apr 27, 2024
1 parent e92f4f4 commit 7c42d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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 /tmp/pikaur" && \
su - build -c "git clone https://aur.archlinux.org/pikaur-git.git /tmp/pikaur" && \
su - build -c "cd /tmp/pikaur && makepkg -f" && \
pacman --noconfirm -U /tmp/pikaur/pikaur-*.pkg.tar.zst

Expand Down

0 comments on commit 7c42d2f

Please sign in to comment.