1
0
mirror of https://github.com/newnius/YAO-Dockerfiles.git synced 2025-12-15 10:06:45 +00:00
Files
YAO-Dockerfiles/python3/Dockerfile

10 lines
134 B
Docker
Raw Normal View History

2019-04-12 14:50:46 +08:00
FROM quickdeploy/base
MAINTAINER Newnius <newnius.cn@gmail.com>
USER root
RUN apt update && \
apt install -y python3 python3-pip