mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-18 17:56:20 +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
|
FROM alpine/base
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
|
# Build ARG for additional packages to install (eg, openssh)
|
||||||
|
ARG addpkg
|
||||||
|
|
||||||
# Install ssh client
|
# Install ssh client
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
openssh-client \
|
openssh-client \
|
||||||
|
|
@ -31,5 +34,5 @@ fi
|
||||||
ssh ${MYVNC_VNCSSH_HOST} -L ${MYVNC_VNCLISTEN_HOST:-5900}:localhost:${MYVNC_VNCSSH_PORT} &
|
ssh ${MYVNC_VNCSSH_HOST} -L ${MYVNC_VNCLISTEN_HOST:-5900}:localhost:${MYVNC_VNCSSH_PORT} &
|
||||||
01-init
|
01-init
|
||||||
|
|
||||||
# Reset user home directory
|
# Default environment
|
||||||
USER user
|
USER ${debug:-user}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue