This commit is contained in:
MedzikUser 2021-10-09 15:17:08 +02:00
parent 6854b23569
commit d9a32b45a9
No known key found for this signature in database
GPG Key ID: 3AC8B718A75F3281
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ RUN pacman -Syu --noconfirm \
git \
base
RUN useradd -l -G wheel,storage,power -m archie \
RUN useradd -l -G wheel,storage,power -m -s /bin/bash -p archie \
&& sed -i.bkp -e 's/%sudo\s\+ALL=(ALL\(:ALL\)\?)\s\+ALL/%sudo ALL=NOPASSWD:ALL/g' /etc/sudoers
USER archie