mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 19:46:21 +00:00
Update novnc/Dockerfile
This commit is contained in:
parent
7a2196b390
commit
a56cb10de9
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue