70 added vendored openssl to unblock building the docker container. Expore how to build the container without having to use the vendored openssl. It should be enough to just apt install libssl-dev but that didn't solve it.
Having the vendored openssl slows the build by a lot - seemingly doubling it
70 added vendored openssl to unblock building the docker container. Expore how to build the container without having to use the vendored openssl. It should be enough to just
apt install libssl-dev
but that didn't solve it.Having the vendored openssl slows the build by a lot - seemingly doubling it