Commit ecb4325d authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

cryptography now uses rust and rust needs space for crates in /root/.cargo

parent e3ed84d6
all:
mkdir .cargo
mkdir -p /root/.cargo
mount --bind .cargo /root/.cargo
pip3 install pyopenssl
umount /root/.cargo
rm -rf .cargo
2:
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