CI: Add external plugins to builtin plugins task

This clones a few external plugins to include them in a build. Except
for zeek-kafka, the others are maintained by the Zeek project.

Closes #3535
This commit is contained in:
Arne Welzel 2025-03-30 17:27:24 +02:00
parent 92d2d0c6b8
commit c45625b909
3 changed files with 19 additions and 6 deletions

View file

@ -20,8 +20,10 @@ RUN apt-get update && apt-get -y install \
git \
jq \
libkrb5-dev \
libnats-dev \
libnode-dev \
libpcap-dev \
librdkafka-dev \
libssl-dev \
libuv1-dev \
make \