Update novnc/Dockerfile

This commit is contained in:
myve 2025-01-27 01:43:56 +00:00
commit a56cb10de9

View file

@ -1,7 +1,10 @@
# syntax = docker/dockerfile:1
FROM myvnc/base
FROM myvnc/alpine/base
USER root
# Exempt from image pruning
LABEL prune="do_not_delete"
# Build ARG: use "root" for debugging
ARG debug