Add requests module
This commit is contained in:
parent
70579756f3
commit
c123bfbbff
|
|
@ -6,7 +6,7 @@ RUN mkdir -p /opt/websockify \
|
||||||
&& curl -SL https://github.com/novnc/websockify/archive/refs/tags/v$VERSION.tar.gz \
|
&& curl -SL https://github.com/novnc/websockify/archive/refs/tags/v$VERSION.tar.gz \
|
||||||
| tar xzC /opt/websockify
|
| 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
|
VOLUME /data
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue