1
0
mirror of https://github.com/newnius/YAO-Dockerfiles.git synced 2025-06-06 15:51:56 +00:00
YAO-Dockerfiles/python3/Dockerfile

11 lines
172 B
Docker
Raw Permalink Normal View History

2019-04-12 06:56:22 +00:00
FROM quickdeploy/yao-base
2019-04-12 06:50:46 +00:00
MAINTAINER Newnius <newnius.cn@gmail.com>
USER root
RUN apt update && \
2019-05-13 11:41:32 +00:00
apt install -y python3 python3-pip && \
rm -rf /var/lib/apt/lists/*
2019-04-12 06:50:46 +00:00