From 66baff2e9d32e4fe0291e0a48387a6f389089bd2 Mon Sep 17 00:00:00 2001 From: Szwendacz Date: Mon, 6 May 2024 16:37:51 +0200 Subject: [PATCH] system-toolbox: add compsize --- system-toolbox/Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system-toolbox/Containerfile b/system-toolbox/Containerfile index 6508f09..f921fa9 100644 --- a/system-toolbox/Containerfile +++ b/system-toolbox/Containerfile @@ -14,7 +14,8 @@ ENV PKGS_GENERAL="htop \ conntrack-tools \ wireguard-tools \ iotop \ - rsync" + rsync \ + compsize" ENV PKGS_PROCESSES="procps-ng \ strace"