From d2a291deeebea4b5438b520fe0191fff565e0210 Mon Sep 17 00:00:00 2001 From: Maciej Lebiest Date: Tue, 21 Nov 2023 21:04:55 +0100 Subject: [PATCH] add mtr to system-toolbox, remove qrencode --- system-toolbox/Dockerfile | 6 +++--- system-toolbox/help-toolbox.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/system-toolbox/Dockerfile b/system-toolbox/Dockerfile index c3a551f..49fcfad 100644 --- a/system-toolbox/Dockerfile +++ b/system-toolbox/Dockerfile @@ -10,8 +10,7 @@ ENV PKGS_GENERAL="htop \ yt-dlp \ openfortivpn \ conntrack-tools \ - wireguard-tools \ - qrencode" + wireguard-tools" ENV PKGS_PROCESSES="procps-ng \ strace" @@ -25,7 +24,8 @@ ENV PKGS_NETWORK="bind-utils \ iproute \ iputils \ whois \ - iptraf-ng" + iptraf-ng \ + mtr" RUN dnf clean all && \ dnf install -y ${PKGS_GENERAL} ${PKGS_PROCESSES} ${PKGS_NETWORK} && \ diff --git a/system-toolbox/help-toolbox.sh b/system-toolbox/help-toolbox.sh index 3d77c11..7ba5c1e 100644 --- a/system-toolbox/help-toolbox.sh +++ b/system-toolbox/help-toolbox.sh @@ -54,7 +54,7 @@ echo "nmap - advanced network scanning" echo "telnet - open interactive tcp connection" echo "tcpdump - monitor network packets" echo "iftop - monitor network traffic per hosts" -echo +echo "mtr - advanced network path tracking" printTitle "Memory" printTitle "Storage" echo "smartctl - check smart disks interfaces"