mirror of
https://github.com/newnius/YAO-agent-master.git
synced 2025-06-06 07:51:55 +00:00
13 lines
216 B
Docker
13 lines
216 B
Docker
FROM quickdeploy/yao-python3
|
|
|
|
MAINTAINER Newnius <newnius.cn@gmail.com>
|
|
|
|
RUN pip3 install docker psutil
|
|
|
|
ADD bootstrap.sh /etc/bootstrap.sh
|
|
|
|
ADD executor.py /root/executor.py
|
|
|
|
WORKDIR /root
|
|
|
|
CMD ["/etc/bootstrap.sh"] |