mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-21 03:27:36 +00:00
When I try to build the dev branch using the docker builder, the tests target isn't properly checking out and building catch2 for the dependency catch2.hpp. Adding this explicit dependency allowed the build to succeed. Signed-off-by: Mark Stemm <mark.stemm@gmail.com>