mirror of
https://github.com/newnius/YAO-agent-master.git
synced 2025-12-16 10:36:44 +00:00
add files
This commit is contained in:
13
Dockerfile
Normal file
13
Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
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"]
|
||||
Reference in New Issue
Block a user