Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicFusion authored Aug 14, 2023
1 parent b2d0ac6 commit 1052f7a
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 @@ -3,7 +3,7 @@
FROM archlinux:latest
RUN pacman -Syu --noconfirm
RUN pacman -S --needed git base-devel --noconfirm
RUN git clone https://aur.archlinux.org/yay.git
RUN sudo -u nobody git clone https://aur.archlinux.org/yay.git
RUN cd yay
RUN sudo -u nobody makepkg -s --noconfirm
RUN pacman -U ./yay*.pkg* --noconfirm

0 comments on commit 1052f7a

Please sign in to comment.