use d4 github. Will works if pull request is accepted and Environmental variables allowed to control REDIS servers config

pull/23/head
ljaqueme 2019-06-11 16:41:31 -06:00
parent 91500ba460
commit acb20a769b
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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