Add requests module

This commit is contained in:
Jokin 2022-10-20 11:28:34 +00:00 committed by GitHub
parent 70579756f3
commit c123bfbbff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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