Skip to content

Commit c123bfb

Browse files
authored
Add requests module
1 parent 7057975 commit c123bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN mkdir -p /opt/websockify \
66
&& curl -SL https://github.com/novnc/websockify/archive/refs/tags/v$VERSION.tar.gz \
77
| tar xzC /opt/websockify
88

9-
RUN python -m pip install 'numpy<1.17' redis simplejson jwcrypto
9+
RUN python -m pip install 'numpy<1.17' redis simplejson jwcrypto requests
1010

1111
VOLUME /data
1212

0 commit comments

Comments
 (0)