docker: Add net-tools and procps dependencies

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.
This commit is contained in:
Edoardo Mich 2025-06-05 11:47:15 +02:00
parent e6755325e1
commit 3eec9daae6

View file

@ -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 \