akamai / akamai-docker

Dockerfile for official Akamai's DevOps environment containing CLI packages and useful tools
Apache License 2.0
39 stars 15 forks source link

Use Rust for the cryptography python wheel #48

Open lukaszczerpak opened 3 years ago

lukaszczerpak commented 3 years ago

Currently we use CRYPTOGRAPHY_DONT_BUILD_RUST=1 as a workaround to install pre-compiled cryptography wheel. This is only a temporary solution and long-term we should install Rust compiler. This will only be possible on Alpine 3.13+ that we cannot use today due to lack of node images.

ynohat commented 3 years ago

Reopening because we have switched to 3.13, but we still need to switch to rust.