Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add netcat-openbsd to Suricata image for PCAP_OVER_IP
The Suricata entrypoint.sh uses `nc -d` to detach from stdin when using PCAP_OVER_IP mode, however the builtin nc of BusyBox does not have this flag. This ensures that netcat-openbsd is installed so it can use this flag.