Update novnc/Dockerfile

This commit is contained in:
myve 2024-07-19 01:12:41 +00:00
commit 38f4dd4cf9

View file

@ -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