Merge branch 'topic/ado/final-docker' of https://github.com/edoardomich/zeek

* 'topic/ado/final-docker' of https://github.com/edoardomich/zeek:
  docker: Add `net-tools` and `procps` dependencies
This commit is contained in:
Arne Welzel 2025-06-06 10:26:17 +02:00
commit 8189716adc
3 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,12 @@
8.0.0-dev.380 | 2025-06-06 10:26:17 +0200
* docker: Add `net-tools` and `procps` dependencies (Edoardo Mich)
Add `net-tools` and `procps` to the final.Dockerfile, to avoid warning in
zeekctl commands like: "failed to find local IP addresses [...]" and the
error in `zeekctl top` command caused respectively by missing `ifconfig`
and `top` commands.
8.0.0-dev.378 | 2025-06-05 20:31:00 -0700
* Follow-ups to configure output reformatting (Tim Wojtulewicz, Corelight)

View file

@ -1 +1 @@
8.0.0-dev.378
8.0.0-dev.380

View file

@ -27,6 +27,8 @@ RUN apt-get -q update \
libuv1 \
libz1 \
libzmq5 \
net-tools \
procps \
python3-git \
python3-minimal \
python3-semantic-version \