diff --git a/archplasma/Dockerfile b/archplasma/Dockerfile index f5d072c..310e76a 100644 --- a/archplasma/Dockerfile +++ b/archplasma/Dockerfile @@ -26,8 +26,7 @@ RUN --mount=type=cache,sharing=locked,target=/var/cache/pacman \ && useradd --create-home --gid users --shell /usr/bin/bash user \ && echo 'user ALL=(ALL:ALL) NOPASSWD: MISCELLANEOUS, /usr/bin/pacman -S' >/etc/sudoers.d/zz-DOCKER \ && echo 'Defaults lecture = never' >>/etc/sudoers.d/zz-DOCKER \ - && passwd -l root >/dev/null 2>&1 \ - && chown -R user /app + && passwd -l root >/dev/null 2>&1 # configure nvidia container runtime # https://github.com/NVIDIA/nvidia-container-runtime#environment-variables-oci-spec