summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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