Skip to content

Commit

Permalink
Add IP utilities for diagnostics
Browse files Browse the repository at this point in the history
To help diagnose connectivity issues we intend to add diagnostics
functionality. We plan to use regular IP utilities for this, hence
add them to the base container. They might also be helpful when manually
debugging connectivity issues.
  • Loading branch information
agners committed Oct 25, 2023
1 parent e815ff3 commit 724921e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ RUN \
libnl-route-3-200 \
unzip \
gdb \
iputils-ping \
iproute2 \
&& apt-get purge -y --auto-remove \
&& rm -rf \
/var/lib/apt/lists/* \
Expand Down

0 comments on commit 724921e

Please sign in to comment.