Skip to content

Commit

Permalink
Install paru
Browse files Browse the repository at this point in the history
  • Loading branch information
poperigby authored Aug 31, 2023
1 parent 26dae15 commit df574cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ COPY extra-packages.txt /
RUN pacman -Syu --needed --noconfirm - < extra-packages.txt
RUN rm /extra-packages.txt

# Install paru from AUR
RUN git clone https://aur.archlinux.org/paru.git /tmp/paru && \
cd /tmp/paru && \
makepkg -si --noconfirm && \
rm -rf /tmp/paru

# Clean up cache
RUN pacman -Scc --noconfirm

Expand Down

0 comments on commit df574cb

Please sign in to comment.