From 666e2eaae5ba26111d7adf0169b43cc58af78ad9 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Sun, 7 Jan 2024 18:18:42 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index da54e0b..c742414 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ # 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 07/01/2024 18:17 UTC +3 FROM archlinux:latest RUN pacman -Syu --noconfirm RUN pacman -S --needed git wget base-devel --noconfirm -RUN wget https://github.com/Jguer/yay/releases/download/v12.1.2/yay_12.1.2_x86_64.tar.gz -RUN tar -xf ./yay_12.1.2_x86_64.tar.gz -RUN mv ./yay_12.1.2_x86_64/yay /usr/bin/build-yay +RUN wget https://github.com/Jguer/yay/releases/download/v12.2.0/yay_12.2.0_x86_64.tar.gz +RUN tar -xf ./yay_12.2.0_x86_64.tar.gz +RUN mv ./yay_12.2.0_x86_64/yay /usr/bin/build-yay # Root DANGEROUS BLAH BLAH BLAH RUN useradd builduser -m RUN passwd -d builduser