Commit 889a34bb authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Added pyopenssl 24

parent 39ec1192
...@@ -9,6 +9,17 @@ all: ...@@ -9,6 +9,17 @@ all:
rm -rf /root/.cargo rm -rf /root/.cargo
rm -rf .cargo rm -rf .cargo
24:
mkdir .cargo
mkdir -p /root/.cargo
mount --bind .cargo /root/.cargo
pip3 install 'pyopenssl==24.2.1'
umount /root/.cargo
rm -rf /root/.cargo
rm -rf .cargo
22: 22:
mkdir .cargo mkdir .cargo
mkdir -p /root/.cargo mkdir -p /root/.cargo
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment