1
0
mirror of https://github.com/newnius/YAO-Dockerfiles.git synced 2025-06-07 00:01:55 +00:00
YAO-Dockerfiles/python3/Dockerfile
2019-04-12 14:50:46 +08:00

10 lines
134 B
Docker

FROM quickdeploy/base
MAINTAINER Newnius <newnius.cn@gmail.com>
USER root
RUN apt update && \
apt install -y python3 python3-pip