From 9a92f289709a769ad2f0e0011d969b10d25df524 Mon Sep 17 00:00:00 2001 From: myve Date: Fri, 19 Jul 2024 23:03:27 +0000 Subject: [PATCH] Update novnc/Dockerfile --- novnc/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/novnc/Dockerfile b/novnc/Dockerfile index d2b9b3e..78371b4 100644 --- a/novnc/Dockerfile +++ b/novnc/Dockerfile @@ -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} ]