summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJokin <327928971@qq.com>2022-10-20 11:28:34 +0000
committerGitHub <noreply@github.com>2022-10-20 11:28:34 +0000
commitc123bfbbffc7cc799b49b69cda1496b1e69aaf3c (patch)
tree608294b219f90bbc3ddbf67fe18152d236e45956
parent70579756f3d557e1f52f5eb48694184c676b265b (diff)
downloadwebsockify-c123bfbbffc7cc799b49b69cda1496b1e69aaf3c.tar.gz
Add requests module
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 535b163..f9cb72b 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -6,7 +6,7 @@ RUN mkdir -p /opt/websockify \
&& curl -SL https://github.com/novnc/websockify/archive/refs/tags/v$VERSION.tar.gz \
| tar xzC /opt/websockify
-RUN python -m pip install 'numpy<1.17' redis simplejson jwcrypto
+RUN python -m pip install 'numpy<1.17' redis simplejson jwcrypto requests
VOLUME /data