mirror of
https://git.myvelabs.com/novnc/archlinux.git
synced 2025-12-18 00:16:19 +00:00
Move all NoVNC instances to alpine image
This commit is contained in:
parent
d086ed3138
commit
7f0d398fbb
274 changed files with 349 additions and 50367 deletions
|
|
@ -33,9 +33,7 @@ RUN --mount=type=cache,sharing=locked,target=/var/cache/pacman \
|
|||
&& useradd --create-home --gid users --shell /usr/bin/bash user \
|
||||
&& printf '%s\n' 'user ALL=(ALL:ALL) NOPASSWD: /usr/bin/pacman' \
|
||||
'Defaults lecture = never' >/etc/sudoers.d/zz-DOCKER \
|
||||
&& passwd -l root >/dev/null 2>&1 \
|
||||
&& mkdir -p /app/nginx /app/logs \
|
||||
&& chown -R user:users /app
|
||||
&& passwd -l root >/dev/null 2>&1
|
||||
|
||||
# Default environment
|
||||
USER ${debug:-user}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue