Skip to content

Commit

Permalink
Add mtr and ping
Browse files Browse the repository at this point in the history
  • Loading branch information
errge committed Mar 9, 2023
1 parent 02940f7 commit d884985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:bookworm
RUN apt-get update -q \
&& apt-get install -y -q --no-install-recommends \
lsof procps net-tools dnsutils moreutils unzip zip strace iotop ca-certificates psmisc file \
netcat-openbsd telnet curl socat tcpdump wget bwm-ng ssh-client openssl links bind9-dnsutils iproute2 \
netcat-openbsd telnet curl socat tcpdump wget bwm-ng ssh-client openssl links bind9-dnsutils iproute2 mtr-tiny iputils-ping \
less vim git ed tmux mc apcalc bc ncdu dstat smem pv jq man-db sqlite3 \
rsync python3 \
&& apt-get clean \
Expand Down

0 comments on commit d884985

Please sign in to comment.