This commit is contained in:
MedzikUser 2021-10-09 15:11:40 +02:00
parent 01b41672a9
commit 6854b23569
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 sudo -m archie \
RUN useradd -l -G wheel,storage,power -m archie \
&& sed -i.bkp -e 's/%sudo\s\+ALL=(ALL\(:ALL\)\?)\s\+ALL/%sudo ALL=NOPASSWD:ALL/g' /etc/sudoers
USER archie