mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 22:56:21 +00:00
Update novnc/Dockerfile
This commit is contained in:
parent
a28b946f7b
commit
6c49b0a7f6
1 changed files with 5 additions and 2 deletions
|
|
@ -2,6 +2,9 @@
|
|||
FROM alpine/base
|
||||
USER root
|
||||
|
||||
# Build ARG for additional packages to install (eg, openssh)
|
||||
ARG addpkg
|
||||
|
||||
# Install ssh client
|
||||
RUN apk add --no-cache \
|
||||
openssh-client \
|
||||
|
|
@ -31,5 +34,5 @@ fi
|
|||
ssh ${MYVNC_VNCSSH_HOST} -L ${MYVNC_VNCLISTEN_HOST:-5900}:localhost:${MYVNC_VNCSSH_PORT} &
|
||||
01-init
|
||||
|
||||
# Reset user home directory
|
||||
USER user
|
||||
# Default environment
|
||||
USER ${debug:-user}
|
||||
Loading…
Add table
Add a link
Reference in a new issue