Wie man pip auf einem Docker-Container ohne ensurepip installiert

English Deutsch
install_pip_without_ensurepip.sh
python3 -c "import urllib.request; urllib.request.urlretrieve('https://bootstrap.pypa.io/get-pip.py', 'get-pip.py')"
python3 get-pip.py --break-system-packages

Check out similar posts by category: Docker, Python