如何在基于 alpine 的映像上安装 python3 和 python3-pip(不使用 python 映像)?
$ apk add --update python3.8 python3-pip
ERROR: unsatisfiable constraints:
python3-pip (missing):
required by: world[python3-pip]
python3.8 (missing):
required by: world[python3.8]
Run Code Online (Sandbox Code Playgroud)