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