From 856b4fefa1f17f4e5deac4d064f2083770c09908 Mon Sep 17 00:00:00 2001 From: dnkmmr <104856296+dnkmmr69420@users.noreply.github.com> Date: Fri, 8 Dec 2023 16:20:15 -0600 Subject: [PATCH] Update Containerfile --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 72aa7ae..15efe00 100644 --- a/Containerfile +++ b/Containerfile @@ -6,7 +6,7 @@ LABEL com.github.containers.toolbox="true" \ maintainer="dnkmm" RUN pacman -Syu --noconfirm -RUN pacman -S go gopls python +RUN pacman -S go gopls python --noconfirm RUN useradd -m --shell=/bin/bash yay && usermod -L yay && \ echo "yay ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers && \