File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ RUN python3 -c 'import tldextract; tldextract.TLDExtract()'
7
7
RUN ln -s /usr/local/lib/python3.7/site-packages/usr/local/lib/libyara.so /usr/local/lib/libyara.so
8
8
RUN pip3 install --global-option="build" --global-option="--enable-cuckoo" --global-option="--enable-magic" yara-python
9
9
RUN chmod a+r /etc/snort/snort.conf
10
- RUN wget -O /tmp/community-rules.tar.gz https://www.snort.org/downloads/community/community-rules.tar.gz && \
11
- mkdir -p /etc/snort/rules && \
12
- tar zxvf /tmp/community-rules.tar.gz -C /etc/snort/rules --strip-components=1
10
+ # RUN wget -O /tmp/community-rules.tar.gz https://www.snort.org/downloads/community/community-rules.tar.gz && \
11
+ # mkdir -p /etc/snort/rules && \
12
+ # tar zxvf /tmp/community-rules.tar.gz -C /etc/snort/rules --strip-components=1
13
13
ADD ./ /analyzer
14
14
RUN mv /analyzer/old-backup-yara-rules-github.zip /tmp/yara-rules.zip && \
15
15
mkdir -p /analyzer/yara/yara-rules-github && \
You can’t perform that action at this time.
0 commit comments