Skip to content

Commit b2915ed

Browse files
authored
Fix issue 1418 (#1436) [deploy]
1 parent 5229174 commit b2915ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NodeBase/Dockerfile.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ RUN wget -nv -O noVNC.zip \
9898
"https://github.com/novnc/websockify/archive/${WEBSOCKIFY_SHA}.zip" \
9999
&& unzip -x websockify.zip \
100100
&& rm websockify.zip \
101+
&& rm -rf websockify-${WEBSOCKIFY_SHA}/tests \
101102
&& mv websockify-${WEBSOCKIFY_SHA} /opt/bin/noVNC/utils/websockify
102103

103104
#=========================================================================================================================================

0 commit comments

Comments
 (0)