cleaup fatt, bump suricata to 6.0.3

This commit is contained in:
t3chn0m4g3 2021-09-30 19:39:59 +00:00
parent 77e2dd2da6
commit 261b380db7
3 changed files with 3 additions and 2 deletions

View file

@ -21,6 +21,7 @@ RUN apk -U add \
cd fatt && \ cd fatt && \
git checkout 314cd1ff7873b5a145a51ec4e85f6107828a2c79 && \ git checkout 314cd1ff7873b5a145a51ec4e85f6107828a2c79 && \
mkdir -p log && \ mkdir -p log && \
# pyshark >= 0.4.3 breaks fatt
pip3 install pyshark==0.4.2.11 && \ pip3 install pyshark==0.4.2.11 && \
# #
# Setup configs # Setup configs

View file

@ -1,4 +1,4 @@
FROM alpine:edge FROM alpine:3.14
# #
# Include dist # Include dist
ADD dist/ /root/dist/ ADD dist/ /root/dist/

View file

@ -15,6 +15,6 @@ services:
- NET_ADMIN - NET_ADMIN
- SYS_NICE - SYS_NICE
- NET_RAW - NET_RAW
image: "ghcr.io/telekom-security/suricata:2006" image: "dtagdevsec/suricata:2006"
volumes: volumes:
- /data/suricata/log:/var/log/suricata - /data/suricata/log:/var/log/suricata