From e8407132c81b07d8e24fdb296f35b69792e6927e Mon Sep 17 00:00:00 2001 From: kev Date: Tue, 29 Oct 2024 18:44:41 +0800 Subject: [PATCH] update snort3 --- snort3/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/snort3/Dockerfile b/snort3/Dockerfile index ac3bd48..d325823 100644 --- a/snort3/Dockerfile +++ b/snort3/Dockerfile @@ -87,6 +87,7 @@ RUN set -xe \ && make -j7 \ && make install \ && curl -sSL https://www.snort.org/downloads/community/snort3-community-rules.tar.gz | tar xz -C /usr/local/etc/snort3/ \ + && curl -sSL https://www.snort.org/downloads/openappid/33380 | tar xz -C /usr/local/etc/snort3/ \ && cd ../.. \ && rm -rf snort3