From 8a4f0d85555d1f7374a293ae3eb1e2b0de22c4cb Mon Sep 17 00:00:00 2001 From: Maciej Lebiest Date: Mon, 20 Nov 2023 18:57:52 +0100 Subject: [PATCH] add qrencode to system-toolbox --- system-toolbox/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"