Add requests module

This commit is contained in:
Jokin
2022-10-20 11:28:34 +00:00
committed by GitHub
parent 70579756f3
commit c123bfbbff
+1 -1
View File
@@ -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