Update Dockerfile

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

View File

@ -3,7 +3,7 @@
FROM archlinux:latest FROM archlinux:latest
RUN pacman -Syu --noconfirm 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 sudo -u nobody git clone https://aur.archlinux.org/yay.git
RUN cd yay RUN cd yay
RUN sudo -u nobody makepkg -s --noconfirm RUN sudo -u nobody makepkg -s --noconfirm
RUN pacman -U ./yay*.pkg* --noconfirm RUN pacman -U ./yay*.pkg* --noconfirm