From ac31281579c8ce1600b137280174807528d0cca1 Mon Sep 17 00:00:00 2001 From: Newnius Date: Sat, 23 May 2020 18:47:01 +0800 Subject: [PATCH] add yao-agent --- yao-agent/dev/Dockerfile | 2 +- yao-agent/mock/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/yao-agent/dev/Dockerfile b/yao-agent/dev/Dockerfile index 3697479..4d914d5 100644 --- a/yao-agent/dev/Dockerfile +++ b/yao-agent/dev/Dockerfile @@ -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 diff --git a/yao-agent/mock/Dockerfile b/yao-agent/mock/Dockerfile index 3697479..4d914d5 100644 --- a/yao-agent/mock/Dockerfile +++ b/yao-agent/mock/Dockerfile @@ -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