在Ubuntu的Docker中安装Python,有以下两种常用方法:
docker pull python:3.x
x
docker run -it python:3.x
RUN apt-get update && apt-get install -y python3