Update Dockerfile
This commit is contained in:
parent
759f63de52
commit
b2d0ac648b
@ -5,4 +5,5 @@ RUN pacman -Syu --noconfirm
|
|||||||
RUN pacman -S --needed git base-devel --noconfirm
|
RUN pacman -S --needed git base-devel --noconfirm
|
||||||
RUN git clone https://aur.archlinux.org/yay.git
|
RUN git clone https://aur.archlinux.org/yay.git
|
||||||
RUN cd yay
|
RUN cd yay
|
||||||
RUN makepkg -si --noconfirm
|
RUN sudo -u nobody makepkg -s --noconfirm
|
||||||
|
RUN pacman -U ./yay*.pkg* --noconfirm
|
||||||
|
Loading…
Reference in New Issue
Block a user