When building the image with Dockerfile, it occurs that "Package python3.9 is not available, but is referred to by another package." However, if I change the python version to python3.10 or python3.11, more issues keep coming up.
When building the image with Dockerfile, it occurs that "Package python3.9 is not available, but is referred to by another package."
However, if I change the python version to python3.10 or python3.11, more issues keep coming up.