mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-18 06:56:21 +00:00
Update novnc/Dockerfile
This commit is contained in:
parent
5ef625884e
commit
9a92f28970
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ USER root
|
||||||
# Install ssh client
|
# Install ssh client
|
||||||
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
|
||||||
|
|
||||||
# Check for client variables
|
# Check for client variables
|
||||||
if ! [ ${MYVNC_VNCCLIENT_HOST} ]
|
if ! [ ${MYVNC_VNCCLIENT_HOST} ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue