From eba92ebef66f8f16ededc76cbef66358fa7a9d8d Mon Sep 17 00:00:00 2001 From: myve Date: Sun, 21 Jul 2024 02:25:48 +0000 Subject: [PATCH] Update archplasma/Dockerfile --- archplasma/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archplasma/Dockerfile b/archplasma/Dockerfile index ff9e0c7..cf5cc9f 100644 --- a/archplasma/Dockerfile +++ b/archplasma/Dockerfile @@ -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