diff --git a/system-toolbox/Dockerfile b/system-toolbox/Dockerfile index 78ad3e9..c3a551f 100644 --- a/system-toolbox/Dockerfile +++ b/system-toolbox/Dockerfile @@ -10,7 +10,8 @@ ENV PKGS_GENERAL="htop \ yt-dlp \ openfortivpn \ conntrack-tools \ - wireguard-tools" + wireguard-tools \ + qrencode" ENV PKGS_PROCESSES="procps-ng \ strace"