mirror of
https://github.com/newnius/YAO-Dockerfiles.git
synced 2025-06-07 08:11:56 +00:00
10 lines
138 B
Docker
10 lines
138 B
Docker
FROM quickdeploy/yao-base
|
|
|
|
MAINTAINER Newnius <newnius.cn@gmail.com>
|
|
|
|
USER root
|
|
|
|
RUN apt update && \
|
|
apt install -y python3 python3-pip
|
|
|