Skip to content

Commit

Permalink
Merge pull request #9 from yunzheng/add-netcat-openbsd
Browse files Browse the repository at this point in the history
Add netcat-openbsd to Suricata image for PCAP_OVER_IP
  • Loading branch information
aiooss-anssi authored Dec 6, 2024
2 parents 7f35f27 + 744f185 commit e917c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suricata/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY ./suricata-eve-sqlite-output/ /src/
RUN RUSTFLAGS="-C target-feature=-crt-static" cargo build --release

FROM alpine:3.20
RUN apk add --no-cache suricata lua5.1-sqlite
RUN apk add --no-cache suricata lua5.1-sqlite netcat-openbsd
COPY . /suricata
COPY --from=builder /src/target/release/libeve_sqlite_output.so /suricata/
ENTRYPOINT ["/suricata/entrypoint.sh"]

0 comments on commit e917c02

Please sign in to comment.