mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 21:36:21 +00:00
Update i3/Dockerfile
This commit is contained in:
parent
9d03a67217
commit
f7d6d9af4c
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=i3
|
||||
|
||||
|
|
@ -14,5 +17,5 @@ RUN apk add --no-cache \
|
|||
# Tigervnc initialization scripts
|
||||
COPY *.sh /app/init.d/
|
||||
|
||||
# Reset user home directory
|
||||
USER user
|
||||
# Reset user
|
||||
USER ${debug:-user}
|
||||
Loading…
Add table
Add a link
Reference in a new issue