tpotce/docker/suricata
Brian Lechthaler 481a7ab732
🐛Fix & Improve Suricata Dockerfile
# Summary of Changes
## Bugfixes 🐛
* Add `py3-pip` (Alpine apk package for Python3 Pip). The absence of this APK dependency will cause the container build to fail.
* Add a step to create an empty file at `/root/dist/empty.conf`, this ensures subsequent steps to cleanup don't cause the container build to fail. 
## Improvements 
* Invoke `make` with `-j $(nproc)`. This forces `make` to spread the build process out over the number of logical cores available to the `make` process, significantly decreasing build times on multi-core systems.
2020-12-25 23:13:39 -08:00
..
dist Suricata: use suricata-update for rule management 2020-11-30 17:56:14 +01:00
docker-compose.yml continue pin / prep images ghcr 2020-09-04 12:37:28 +00:00
Dockerfile Suricata: use suricata-update for rule management 2020-11-30 17:56:14 +01:00
Dockerfile.from.source 🐛Fix & Improve Suricata Dockerfile 2020-12-25 23:13:39 -08:00