2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00

update snort3

This commit is contained in:
kev
2024-10-29 15:48:13 +08:00
parent bc44f13edc
commit 83ae1a08ef

View File

@@ -86,6 +86,7 @@ RUN set -xe \
&& cd build \ && cd build \
&& make -j7 \ && make -j7 \
&& make install \ && make install \
&& curl -sSL https://www.snort.org/downloads/community/snort3-community-rules.tar.gz | tar xz -C /usr/local/etc/snort3/ \
&& cd ../.. \ && cd ../.. \
&& rm -rf snort3 && rm -rf snort3