From 259b3a612e8cb33401f945c2cc5790e7a913ec7d Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Mon, 14 Aug 2023 18:22:51 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 73c445b..4c6e96c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,5 +9,5 @@ RUN mv ./yay_12.1.2_x86_64/yay /usr/bin/ # Root DANGEROUS BLAH BLAH BLAH RUN useradd builduser -m RUN passwd -d builduser -RUN printf 'builduser ALL=(ALL) ALL\n' | tee -a /etc/sudoers # Allow the builduser passwordless sudo -RUN sudo -u builduser bash -c 'cd ~ && yay -Sy && yay -S yay --noconfirm' +RUN printf 'builduser ALL=(ALL) ALL\n' | tee -a /etc/sudoers +RUN sudo -u builduser bash -c 'cd ~ && yay -S yay-bin --noconfirm'