Install python 3.12.3 in a docker image based on centos7
I am attempting to install python 3.12.3 in a docker image based on centos7. I've researched how to do this, and it seems there is no redhat prebuilt rpm to install, so my only choice is to build from source.…