tests/dnstap: add missing protobuf dependency
Compare changes
@@ -11,7 +11,7 @@ if [ -z "$GITLAB_CI" ]; then
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
Adds a missing dependency on golang/protobuf/proto
to tests/dnstap/run.sh
. Without it, the test would not run locally for me.