This commit is contained in:
MedzikUser 2021-10-09 15:20:08 +02:00
parent 3e7f8f1131
commit c35da6518f
No known key found for this signature in database
GPG key ID: 3AC8B718A75F3281

View file

@ -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