Skip to content

Commit

Permalink
Maybe fix paru
Browse files Browse the repository at this point in the history
  • Loading branch information
poperigby committed Aug 31, 2023
1 parent e29f4df commit e63b8e6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ USER paru
# Install paru from AUR
RUN git clone https://aur.archlinux.org/paru-bin.git /tmp/paru && \
cd /tmp/paru && \
makepkg -si --noconfirm && \
rm -rf /tmp/paru
makepkg -s --noconfirm

# Switch back to root
USER root

RUN pacman -U --noconfirm paru-bin-*-x86_64.pkg.tar.zst && \
rm -rf /tmp/paru

# Clean up cache
RUN pacman -Scc --noconfirm

Expand Down

0 comments on commit e63b8e6

Please sign in to comment.