1
0
mirror of https://github.com/newnius/YAO-Dockerfiles.git synced 2025-06-06 07:51:54 +00:00

add yao-agent

This commit is contained in:
Newnius 2020-05-23 18:47:01 +08:00
parent 123a999bbe
commit ac31281579
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ RUN apt update && \
RUN pip3 install docker kafka psutil
RUN git clone https://github.com/newnius/YAO-agennt.git /yao-agent
RUN git clone https://github.com/newnius/YAO-agent.git /yao-agent
WORKDIR /yao-agent

View File

@ -12,7 +12,7 @@ RUN apt update && \
RUN pip3 install docker kafka psutil
RUN git clone https://github.com/newnius/YAO-agennt.git /yao-agent
RUN git clone https://github.com/newnius/YAO-agent.git /yao-agent
WORKDIR /yao-agent