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

add files

This commit is contained in:
2019-04-12 14:50:46 +08:00
parent e4f2fae114
commit 01b9c0a260
4 changed files with 43 additions and 0 deletions

9
python3/Dockerfile Normal file
View File

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