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 7057975 commit c123bfbCopy full SHA for c123bfb
docker/Dockerfile
@@ -6,7 +6,7 @@ RUN mkdir -p /opt/websockify \
6
&& curl -SL https://github.com/novnc/websockify/archive/refs/tags/v$VERSION.tar.gz \
7
| tar xzC /opt/websockify
8
9
-RUN python -m pip install 'numpy<1.17' redis simplejson jwcrypto
+RUN python -m pip install 'numpy<1.17' redis simplejson jwcrypto requests
10
11
VOLUME /data
12
0 commit comments