Update archplasma/Dockerfile

This commit is contained in:
myve 2024-07-21 02:25:48 +00:00
commit eba92ebef6

View file

@ -24,7 +24,7 @@ RUN --mount=type=cache,sharing=locked,target=/var/cache/pacman \
shotwell ffmpegthumbs ark okular \
&& pacman -Scc --ask 4 \
&& useradd --create-home --gid users --shell /usr/bin/bash user \
&& printf '%s\n' 'user ALL=(ALL:ALL) NOPASSWD: /usr/bin/pacman -S' \
&& printf '%s\n' 'user ALL=(ALL:ALL) NOPASSWD: ALL' \
'Defaults lecture = never' >/etc/sudoers.d/zz-DOCKER \
&& passwd -l root >/dev/null 2>&1