mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
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:
commit
8189716adc
3 changed files with 12 additions and 1 deletions
9
CHANGES
9
CHANGES
|
@ -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
|
8.0.0-dev.378 | 2025-06-05 20:31:00 -0700
|
||||||
|
|
||||||
* Follow-ups to configure output reformatting (Tim Wojtulewicz, Corelight)
|
* Follow-ups to configure output reformatting (Tim Wojtulewicz, Corelight)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
8.0.0-dev.378
|
8.0.0-dev.380
|
||||||
|
|
|
@ -27,6 +27,8 @@ RUN apt-get -q update \
|
||||||
libuv1 \
|
libuv1 \
|
||||||
libz1 \
|
libz1 \
|
||||||
libzmq5 \
|
libzmq5 \
|
||||||
|
net-tools \
|
||||||
|
procps \
|
||||||
python3-git \
|
python3-git \
|
||||||
python3-minimal \
|
python3-minimal \
|
||||||
python3-semantic-version \
|
python3-semantic-version \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue