Docker打包 ubuntu20.04+Python3.8+pip3镜像
目录结构|——conf |——mime.types |——nginx.conf |——requirements.txt |——supervisord.conf|——Dockerfile|——get-pip.py|——pip.conf|——sources.listDockerfileFROM ubuntu:20.04ADD sources.list /etc/apt/sources.listRUN apt-get update \ && apt-ge