From bd750a18cf914dbdd3c271739c3c45e2aa304e4a Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Mon, 14 Aug 2023 17:39:22 +0300 Subject: [PATCH] Create Dockerfile --- Dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..c26e3d3 --- /dev/null +++ b/Dockerfile @@ -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