How to do a clean install of python from source in a Docker container? (Image gets very large)
Currently I have to create Docker images that build python from source (for example we do need two different python versions in a container, one python version for building and one for testing the application, also we need to exactly…