Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit c381b8a

Browse files
committed
.
1 parent 5a78034 commit c381b8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ RUN \
3131
git clone https://github.com/qwebirc/qwebirc /qwebirc ; \
3232
cd /qwebirc ; \
3333
pip install --no-cache-dir -r requirements.txt ; \
34-
#pip install --no-cache-dir cryptography==37.0.4 ; \
35-
#pip install --no-cache-dir pyOpenSSL==22.0.0 ; \
34+
#pip install --no-cache-dir cryptography==3.3.2 ; \
35+
#pip install --no-cache-dir pyOpenSSL==21.0.0 ; \
3636
pip install --no-cache-dir pyOpenSSL ; \
3737
#pip install --no-cache-dir service-identity==21.1.0 ; \
3838
pip install --no-cache-dir service-identity ; \

0 commit comments

Comments
 (0)