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
2019-06-10 15:05:17 +08:00

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"]