Update Dockerfile

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

View File

@ -1,7 +1,7 @@
# We just want archlinux with an aur helper already included # We just want archlinux with an aur helper already included
# Bump for rebuild on 14/08/2023 17:30 UTC +3 # Bump for rebuild on 14/08/2023 17:30 UTC +3
FROM archlinux:latest FROM archlinux:latest
pacman -S --needed git base-devel --noconfirm RUN pacman -S --needed git base-devel --noconfirm
git clone https://aur.archlinux.org/yay.git RUN git clone https://aur.archlinux.org/yay.git
cd yay RUN cd yay
makepkg -si --noconfirm RUN makepkg -si --noconfirm