We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5229174 commit b2915edCopy full SHA for b2915ed
NodeBase/Dockerfile.txt
@@ -98,6 +98,7 @@ RUN wget -nv -O noVNC.zip \
98
"https://github.com/novnc/websockify/archive/${WEBSOCKIFY_SHA}.zip" \
99
&& unzip -x websockify.zip \
100
&& rm websockify.zip \
101
+ && rm -rf websockify-${WEBSOCKIFY_SHA}/tests \
102
&& mv websockify-${WEBSOCKIFY_SHA} /opt/bin/noVNC/utils/websockify
103
104
#=========================================================================================================================================
0 commit comments