From c35da6518f08e2840c1e2afd20adc5eb1c355023 Mon Sep 17 00:00:00 2001 From: MedzikUser Date: Sat, 9 Oct 2021 15:20:08 +0200 Subject: [PATCH] update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 811cbb8..ad58b49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN pacman -Syu --noconfirm \ git \ base -RUN useradd -l -G wheel,storage,power -m -s /bin/bash -p archie \ +RUN useradd -l -G wheel,storage,power -m -s /bin/bash -p archie archie \ && sed -i.bkp -e 's/%sudo\s\+ALL=(ALL\(:ALL\)\?)\s\+ALL/%sudo ALL=NOPASSWD:ALL/g' /etc/sudoers USER archie