Move all NoVNC instances to alpine image

This commit is contained in:
Myve 2025-01-21 01:25:25 +00:00
commit 7f0d398fbb
274 changed files with 349 additions and 50367 deletions

View file

@ -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}