add cargo package

to solve the problem during installation of cryptography package for python3
This commit is contained in:
Waldek 2021-02-16 12:55:06 +01:00 committed by GitHub
parent 471d410a5b
commit b1b8a79bff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#! /bin/bash
# Install the required support programs
apt-get install python3 python3-pip python3-dev libffi-dev libssl-dev sed -y
apt-get install python3 python3-pip python3-dev libffi-dev libssl-dev cargo sed -y
pip3 install setuptools wheel
pip3 install -r requirements.txt