websockify

This commit is contained in:
Jackson Delahunt 2020-10-18 15:52:47 +11:00
parent bcfb2e6dc4
commit af9c1b4b94

View file

@ -286,7 +286,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_12.x | bash -
# Install novnc
RUN git clone --depth 1 https://github.com/cloud-computer/noVNC.git /opt/noVNC && \
git clone https://github.com/novnc/websockify /opt/noVNC/utils
git clone https://github.com/novnc/websockify /opt/noVNC/utils/websockify
# Install onedrive client
RUN wget -O /usr/local/bin/onedrive -nv https://github.com/sabrehagen/onedrive/raw/master/onedrive && \