mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 22:56:21 +00:00
Update plasma/Dockerfile
This commit is contained in:
parent
6c49b0a7f6
commit
c072703412
1 changed files with 5 additions and 2 deletions
|
|
@ -2,6 +2,9 @@
|
|||
FROM alpine/base
|
||||
USER root
|
||||
|
||||
# Build ARG: use "root" for debugging
|
||||
ARG debug
|
||||
|
||||
# X session environment variable
|
||||
ENV STARTXBIN=startplasma-x11
|
||||
|
||||
|
|
@ -16,5 +19,5 @@ RUN apk add --no-cache \
|
|||
# Tigervnc initialization scripts
|
||||
COPY *.sh /app/init.d/
|
||||
|
||||
# Reset user home directory
|
||||
USER user
|
||||
# Default environment
|
||||
USER ${debug:-user}
|
||||
Loading…
Add table
Add a link
Reference in a new issue