Browse Source

cryptography version

merge-requests/63/head
Steven Foerster 5 years ago
parent
commit
cfc061bec7
  1. 4
      scripts/subinstallers/docker_manual.sh

4
scripts/subinstallers/docker_manual.sh

@ -63,6 +63,8 @@ echo "Installing Docker Compose" @@ -63,6 +63,8 @@ echo "Installing Docker Compose"
# Install Docker Compose from pip
# This might take a while
sudo pip3 install docker-compose
sudo pip3 install \
cryptography==3.3.2 \ # >3.4 requires rust to compile, and no rust compiler is readily available for ARM
docker-compose
#fi

Loading…
Cancel
Save