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