From eb19049881c0e2170375208688ac6389c76dcc01 Mon Sep 17 00:00:00 2001 From: counterthreatunit Date: Mon, 30 Dec 2019 13:17:32 -0500 Subject: [PATCH] Pilot (#129) * 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 --- Dockerfile-dalton | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile-dalton b/Dockerfile-dalton index af78844..5d9bd86 100644 --- a/Dockerfile-dalton +++ b/Dockerfile-dalton @@ -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