如何在基于 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]
原文由 Cutaraca 发布,翻译遵循 CC BY-SA 4.0 许可协议
这是我在 Dockerfile 中用于高山映像的内容: