Commit d261fbca authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Added cryptography 43

parent 6f548049
......@@ -9,6 +9,17 @@ all:
rm -rf /root/.cargo
rm -rf .cargo
43:
mkdir .cargo
mkdir -p /root/.cargo
mount --bind .cargo /root/.cargo
pip3 install --upgrade 'cryptography==43.*'
umount /root/.cargo
rm -rf /root/.cargo
rm -rf .cargo
38:
mkdir .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