Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/topic/awelzel/add-libzmq-to-runn…
Browse files Browse the repository at this point in the history
…er-image'

* origin/topic/awelzel/add-libzmq-to-runner-image:
  zeek-runner: Add libzmq5 to image
  • Loading branch information
awelzel committed Nov 15, 2024
2 parents 222f216 + 2f501bd commit 5e62cb0
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 5e62cb0

Please sign in to comment.