Skip to content

Commit d27a2f0

Browse files
authored
Update analyzer-Dockerfile
1 parent 7761be4 commit d27a2f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

analyzer-Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ RUN python3 -c 'import tldextract; tldextract.TLDExtract()'
77
RUN ln -s /usr/local/lib/python3.7/site-packages/usr/local/lib/libyara.so /usr/local/lib/libyara.so
88
RUN pip3 install --global-option="build" --global-option="--enable-cuckoo" --global-option="--enable-magic" yara-python
99
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
1313
ADD ./ /analyzer
1414
RUN mv /analyzer/old-backup-yara-rules-github.zip /tmp/yara-rules.zip && \
1515
mkdir -p /analyzer/yara/yara-rules-github && \

0 commit comments

Comments
 (0)