I am using docker's official docker image and want to install python3.9.6
Running this installs python 3.10.x
apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python
and I can't figure out how to specify exact version of python I want to install.
Please don't suggest using docker images with python preinstalled