mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-10 04:19:24 +02:00
update snort
This commit is contained in:
parent
5d82ab0460
commit
876070f9c1
snort
@ -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} | \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user