From acb20a769bebb5044dc6020d4ae33a5a1f5460b5 Mon Sep 17 00:00:00 2001 From: ljaqueme Date: Tue, 11 Jun 2019 16:41:31 -0600 Subject: [PATCH] use d4 github. Will works if pull request is accepted and Environmental variables allowed to control REDIS servers config --- server/Dockerfile.analyzer-d4-passivedns | 4 ++-- server/Dockerfile.d4-server | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/server/Dockerfile.analyzer-d4-passivedns b/server/Dockerfile.analyzer-d4-passivedns index 5c37916..4041c57 100644 --- a/server/Dockerfile.analyzer-d4-passivedns +++ b/server/Dockerfile.analyzer-d4-passivedns @@ -1,8 +1,8 @@ FROM python:3 WORKDIR /usr/src/ -# RUN git clone https://github.com/D4-project/analyzer-d4-passivedns.git -RUN git clone https://github.com/trolldbois/analyzer-d4-passivedns.git +RUN git clone https://github.com/D4-project/analyzer-d4-passivedns.git +# RUN git clone https://github.com/trolldbois/analyzer-d4-passivedns.git WORKDIR /usr/src/analyzer-d4-passivedns # FIXME typo in requirements.txt filename diff --git a/server/Dockerfile.d4-server b/server/Dockerfile.d4-server index b2824a6..b5e2ae3 100644 --- a/server/Dockerfile.d4-server +++ b/server/Dockerfile.d4-server @@ -6,9 +6,9 @@ FROM python:3 # COPY . . ## alternate solution -# RUN git clone https://github.com/D4-project/d4-core.git WORKDIR /usr/src/tmp -RUN git clone https://github.com/trolldbois/d4-core.git +# RUN git clone https://github.com/trolldbois/d4-core.git +RUN git clone https://github.com/D4-project/d4-core.git RUN mv d4-core/server/ /usr/src/d4-server WORKDIR /usr/src/d4-server