[issue44319] setup openssl faild on linux (ubuntu 20.04)
Devin Prescott added the comment: I'm having the same issue trying to build python3.10 on CentOS 7.9 == == $ lsb_release -a Distributor ID: CentOS Descri
[issue44319] setup openssl failed on linux
Devin Prescott added the comment: This docker file will get you the same environment: ## Build Command ## #docker build --rm -t centos7/builder . ## Run Command ## #docker run --rm -it centos7/builder # INSIDE DOCKER: #make -j $(nproc) FROM centos:7