mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 21:36:21 +00:00
Update archplasma/Dockerfile
This commit is contained in:
parent
56d01268e4
commit
0213c2156e
1 changed files with 2 additions and 2 deletions
|
|
@ -24,8 +24,8 @@ 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 \
|
||||
&& echo 'user ALL=(ALL:ALL) NOPASSWD: /usr/bin/pacman -S' >/etc/sudoers.d/zz-DOCKER \
|
||||
&& echo 'Defaults lecture = never' >>/etc/sudoers.d/zz-DOCKER \
|
||||
&& printf '%s\n' 'user ALL=(ALL:ALL) NOPASSWD: /usr/bin/pacman -S' \
|
||||
'Defaults lecture = never' >/etc/sudoers.d/zz-DOCKER \
|
||||
&& passwd -l root >/dev/null 2>&1
|
||||
|
||||
# configure nvidia container runtime
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue