Commit 6f548049 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Added cryptography 38

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