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 \
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} && \

View file

@ -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"