Browse Source

Merge branch '136-cryptography' into 'master'

Resolve "Error while installing Mistborn"

Closes #136

See merge request cyber5k/mistborn!63
merge-requests/64/merge
Steven Foerster 5 years ago
parent
commit
c7d81b6ad3
  1. 3
      scripts/subinstallers/docker_manual.sh

3
scripts/subinstallers/docker_manual.sh

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

Loading…
Cancel
Save