FreeTAKTeam / FreeTAKServer-Docker

Official Docker Image for FreeTAKServer
Eclipse Public License 2.0
42 stars 26 forks source link

rust compiler missing while building cryptography #27

Open marktimmerman-dev opened 3 years ago

marktimmerman-dev commented 3 years ago

On my Raspberry PI 3, when doing docker build ., one of the dependencies of pyopenssl is cryptography. For some reason it needs to be rebuild. It is missing the rust compiler to do so.

This can be solved by adding "rustc" to the apt-get install line.