mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
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:
parent
e6755325e1
commit
3eec9daae6
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ RUN apt-get -q update \
|
|||
libuv1 \
|
||||
libz1 \
|
||||
libzmq5 \
|
||||
net-tools \
|
||||
procps \
|
||||
python3-git \
|
||||
python3-minimal \
|
||||
python3-semantic-version \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue