1
0
mirror of https://github.com/newnius/YAO-agent-master.git synced 2025-06-06 07:51:55 +00:00
YAO-agent-master/Dockerfile

13 lines
216 B
Docker
Raw Permalink Normal View History

2019-06-10 07:05:17 +00:00
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"]