Update novnc/Dockerfile

This commit is contained in:
myve 2024-07-19 23:03:27 +00:00
commit 9a92f28970

View file

@ -5,7 +5,7 @@ USER root
# Install ssh client
RUN apk add --no-cache \
openssh-client \
&& <<- '01-init' cat >>/app/init.d/01-init.sh
&& <<-'01-init' cat >>/app/init.d/01-init.sh
# Check for client variables
if ! [ ${MYVNC_VNCCLIENT_HOST} ]