mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-18 18:06:22 +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
|
FROM alpine/base
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
# ENV variables
|
# Install ssh client
|
||||||
# Required
|
|
||||||
ENV MYVNC_VNCCLIENT_HOST=
|
|
||||||
ENV MYVNC_VNCCLIENT_PORT=
|
|
||||||
# Optional
|
|
||||||
ENV MYVNC_VNCSERVER_PORT=
|
|
||||||
|
|
||||||
# Run
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
openssh-client \
|
openssh-client \
|
||||||
&& <<- '01-init' cat >>/app/init.d/01-init.sh
|
&& <<- '01-init' cat >>/app/init.d/01-init.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue