Update Dockerfile
This commit is contained in:
parent
b2d0ac648b
commit
1052f7a2cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user