tweaking:

- bump suricata to 7.0.7, update config, remove broadcast, multicast, netbios, igmp and mdns using capture-filter.bpf
This commit is contained in:
t3chn0m4g3
2024-12-04 20:50:06 +01:00
parent 486c97335f
commit 2747719f05
3 changed files with 32 additions and 9 deletions

View File

@ -4,7 +4,8 @@ FROM alpine:edge
COPY dist/ /root/dist/
#
# Install packages
RUN apk --no-cache -U add \
RUN apk --no-cache -U upgrade && \
apk --no-cache -U add \
ca-certificates \
curl \
file \