Skip to content

Commit

Permalink
zeek-runner: Add libzmq5 to image
Browse files Browse the repository at this point in the history
Zeek's CI will start to build Zeek with a ZeroMQ dependency going
forward. Make sure it's available in the runner image.
  • Loading branch information
awelzel committed Nov 15, 2024
1 parent 222f216 commit 2f501bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci-based/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM ubuntu:22.04
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install --no-install-recommends -y \
iproute2 \
libmaxminddb0 \
libzmq5 \
linux-tools-common \
openssl \
python3 \
Expand Down

0 comments on commit 2f501bd

Please sign in to comment.