Skip to content

Commit

Permalink
fix: snort link
Browse files Browse the repository at this point in the history
  • Loading branch information
henrylee97 committed Nov 28, 2023
1 parent 812158a commit 0881648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion C-base/snort/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
&& rm -rf /var/lib/apt/lists/*

WORKDIR /opt
RUN wget "https://www.snort.org/downloads/snort/snort-2.9.13.tar.gz" --no-check-certificate \
RUN wget "https://www.snort.org/downloads/archive/snort/snort-2.9.13.tar.gz" --no-check-certificate \
&& tar xvf snort-2.9.13.tar.gz \
&& rm snort-2.9.13.tar.gz
COPY ./src/util.h /opt/snort-2.9.13/src/util.h

0 comments on commit 0881648

Please sign in to comment.