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