Commit 39ec1192 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Added pyopenssl 22.0.0 installation

parent 5fc1b1b4
...@@ -9,5 +9,16 @@ all: ...@@ -9,5 +9,16 @@ all:
rm -rf /root/.cargo rm -rf /root/.cargo
rm -rf .cargo rm -rf .cargo
22:
mkdir .cargo
mkdir -p /root/.cargo
mount --bind .cargo /root/.cargo
pip3 install 'pyopenssl==22.0.0'
umount /root/.cargo
rm -rf /root/.cargo
rm -rf .cargo
2: 2:
pip install pyopenssl pip install pyopenssl
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