mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-18 07:06: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
|
FROM alpine/base
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
|
# Build ARG: use "root" for debugging
|
||||||
|
ARG debug
|
||||||
|
|
||||||
# X session environment variable
|
# X session environment variable
|
||||||
ENV STARTXBIN=startplasma-x11
|
ENV STARTXBIN=startplasma-x11
|
||||||
|
|
||||||
|
|
@ -16,5 +19,5 @@ RUN apk add --no-cache \
|
||||||
# Tigervnc initialization scripts
|
# Tigervnc initialization scripts
|
||||||
COPY *.sh /app/init.d/
|
COPY *.sh /app/init.d/
|
||||||
|
|
||||||
# Reset user home directory
|
# Default environment
|
||||||
USER user
|
USER ${debug:-user}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue