Skip to content

Commit 9b4289e

Browse files
authored
Merge pull request #493 from target/SuricataSocketControl
Optimizing ScanPCAP to use Suricatasc
2 parents ea85a57 + 7ae920b commit 9b4289e

File tree

4 files changed

+2413
-178
lines changed

4 files changed

+2413
-178
lines changed

build/python/backend/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ RUN apt-get -q update && \
107107
python3 setup.py build --dynamic-linking && \
108108
python3 setup.py install
109109

110+
#Copy Suricata config to default location
111+
COPY configs/python/backend/suricata/suricata.yaml /etc/suricata/suricata.yaml
112+
110113
# Install JTR
111114
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
112115
--mount=type=cache,target=/var/lib/apt,sharing=locked \

0 commit comments

Comments
 (0)