Update Dockerfile

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-08-14 17:50:07 +03:00 committed by GitHub
parent 759f63de52
commit b2d0ac648b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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