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
8c3997bc75
commit
38f4dd4cf9
1 changed files with 1 additions and 8 deletions
|
|
@ -2,14 +2,7 @@
|
|||
FROM alpine/base
|
||||
USER root
|
||||
|
||||
# ENV variables
|
||||
# Required
|
||||
ENV MYVNC_VNCCLIENT_HOST=
|
||||
ENV MYVNC_VNCCLIENT_PORT=
|
||||
# Optional
|
||||
ENV MYVNC_VNCSERVER_PORT=
|
||||
|
||||
# Run
|
||||
# Install ssh client
|
||||
RUN apk add --no-cache \
|
||||
openssh-client \
|
||||
&& <<- '01-init' cat >>/app/init.d/01-init.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue