Create Dockerfile

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

7
Dockerfile Normal file
View File

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