Skip to content

Commit

Permalink
Pilot (#129)
Browse files Browse the repository at this point in the history
* Clarification about password protected zip files

* include Suricata-Update in list of ruleset management tools

* include Suricata-Update link in list of ruleset management tools

* README tweak

* use specific flowsynth files instead of latest from repo
  • Loading branch information
counterthreatunit authored Dec 30, 2019
1 parent e8da176 commit eb19049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-dalton
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ COPY rulesets /opt/dalton/rulesets
COPY engine-configs /opt/dalton/engine-configs

#install flowsynth
ADD https://github.com/secureworks/flowsynth/raw/master/requirements.txt /opt/flowsynth/requirements.txt
ADD https://github.com/secureworks/flowsynth/raw/master/src/flowsynth.py /opt/flowsynth/src/flowsynth.py
ADD https://raw.githubusercontent.com/secureworks/flowsynth/afc92674a8e8b78332d68565b2e5458e2048f17e/requirements.txt /opt/flowsynth/requirements.txt
ADD https://raw.githubusercontent.com/secureworks/flowsynth/afc92674a8e8b78332d68565b2e5458e2048f17e/src/flowsynth.py /opt/flowsynth/src/flowsynth.py
RUN pip install -r /opt/flowsynth/requirements.txt
RUN chmod +x /opt/flowsynth/src/flowsynth.py

Expand Down

0 comments on commit eb19049

Please sign in to comment.