1
0
mirror of https://github.com/newnius/YAO-Dockerfiles.git synced 2025-06-06 07:51:54 +00:00
YAO-Dockerfiles/python3/Dockerfile
2019-05-13 19:41:32 +08:00

11 lines
172 B
Docker

FROM quickdeploy/yao-base
MAINTAINER Newnius <newnius.cn@gmail.com>
USER root
RUN apt update && \
apt install -y python3 python3-pip && \
rm -rf /var/lib/apt/lists/*