diff --git a/Dockerfile b/Dockerfile index 1f1db69e..492c1c87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ RUN echo "%wheel ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers RUN useradd build -G wheel -m # Build and install pikaur -RUN su - build -c "git clone https://aur.archlinux.org/pikaur.git /tmp/pikaur" +RUN 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