add mtr to system-toolbox, remove qrencode

This commit is contained in:
Maciej Lebiest 2023-11-21 21:04:55 +01:00
parent 8a4f0d8555
commit d2a291deee
2 changed files with 4 additions and 4 deletions

View file

@ -10,8 +10,7 @@ ENV PKGS_GENERAL="htop \
yt-dlp \ yt-dlp \
openfortivpn \ openfortivpn \
conntrack-tools \ conntrack-tools \
wireguard-tools \ wireguard-tools"
qrencode"
ENV PKGS_PROCESSES="procps-ng \ ENV PKGS_PROCESSES="procps-ng \
strace" strace"
@ -25,7 +24,8 @@ ENV PKGS_NETWORK="bind-utils \
iproute \ iproute \
iputils \ iputils \
whois \ whois \
iptraf-ng" iptraf-ng \
mtr"
RUN dnf clean all && \ RUN dnf clean all && \
dnf install -y ${PKGS_GENERAL} ${PKGS_PROCESSES} ${PKGS_NETWORK} && \ dnf install -y ${PKGS_GENERAL} ${PKGS_PROCESSES} ${PKGS_NETWORK} && \

View file

@ -54,7 +54,7 @@ echo "nmap - advanced network scanning"
echo "telnet - open interactive tcp connection" echo "telnet - open interactive tcp connection"
echo "tcpdump - monitor network packets" echo "tcpdump - monitor network packets"
echo "iftop - monitor network traffic per hosts" echo "iftop - monitor network traffic per hosts"
echo echo "mtr - advanced network path tracking"
printTitle "Memory" printTitle "Memory"
printTitle "Storage" printTitle "Storage"
echo "smartctl - check smart disks interfaces" echo "smartctl - check smart disks interfaces"