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:
9
python3/Dockerfile
Normal file
9
python3/Dockerfile
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user