1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-10 04:19:24 +02:00

update snort

This commit is contained in:
kev 2020-06-08 14:29:13 +08:00
parent 5d82ab0460
commit 876070f9c1
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ ENV SNORT_URL=https://www.snort.org/downloads/snort/snort-${SNORT_VERSION}-1.cen
ENV RULES_URL=https://www.snort.org/downloads/community/community-rules.tar.gz
RUN set -xe \
&& yum -y install epel-release libdnet \
&& yum -y install epel-release jq libdnet \
&& yum -y install ${SNORT_URL} \
&& mkdir -p /etc/snort/rules \
&& curl -sSL ${RULES_URL} | \

View File

@ -2,6 +2,6 @@
--directory=/var/log/snort
--prefix=snort.alert
--follow
--bookmark
--bookmark=/var/log/snort/u2json.mark
--delete
--output=/var/log/snort/alert.json