This commit is contained in:
MedzikUser 2021-10-09 15:07:47 +02:00
parent 52b53cb767
commit 221c7b3325
No known key found for this signature in database
GPG Key ID: 3AC8B718A75F3281
1 changed files with 2 additions and 1 deletions

View File

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