Skip to content

Commit

Permalink
Merge pull request #143 from CybercentreCanada/testing/result_parsing
Browse files Browse the repository at this point in the history
Patch to use fork to build Suricata
  • Loading branch information
cccs-rs authored Jul 26, 2024
2 parents b8bc4cb + 7a9483e commit a591129
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM cccs/assemblyline-v4-service-base:$branch AS base

ENV SERVICE_PATH suricata_.suricata_.Suricata
ENV SURICATA_VERSION 0.8-dev
ENV SURICATA_COMMIT a10c1f1dded570f99c4972ef9f730cec79218b75

USER root

Expand Down Expand Up @@ -40,7 +39,10 @@ RUN cargo install --force cbindgen
# Build suricata
RUN mkdir -p /suricata
WORKDIR /suricata
RUN git clone https://github.com/OISF/suricata.git

# Pending: https://github.com/OISF/suricata/pull/11406/files
ENV SURICATA_COMMIT rust/time-version/v2
RUN git clone https://github.com/jasonish/suricata.git
WORKDIR /suricata/suricata
RUN git checkout ${SURICATA_COMMIT}
RUN ./scripts/bundle.sh
Expand Down

0 comments on commit a591129

Please sign in to comment.