upgrade openssl to 1.1.X ?
clux opened this issue · 1 comments
Currently not been able to do it due to how it attempts to pull in linux headers, and the ones that musl supply appear to be insufficient. But maybe there's something we can do.
Note that this may not be necessary if hyper is successfully migrating to a native rust tls stack because we can then probably start dropping it from the images altogether as people stop using it.
People are forced to make a choice with hyper 0.10 anyway as it was pulled out of the hyper crate.
https://github.com/golddranks/rust_musl_docker/blob/e716c7251424eece06478b3b2aecbb3d9cf8f5cf/Dockerfile.template#L123-L128 has a useful thing for openssl 1.1, but not in the normal ecosystem atm so ignorind it. This does rely on the linux-headers-amd64 package in stretch.