From ea6d7bab3283ea2e1f03fe1b9784c42c033e8fb5 Mon Sep 17 00:00:00 2001 From: Sean Turner Date: Mon, 4 May 2026 13:57:37 +0100 Subject: [PATCH] sandbox: drop man-db, now that /usr/share/man/* is purged MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit man-db is vestigial once the man page tree is removed in the cleanup layer — the man binary has nothing to serve. Dropping it from the install list recovers a few more MB and avoids shipping a no-op package + its dependencies (groff-base, libpipeline1, etc). Raised by greptile on the slim-image PR. --- containers/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/Dockerfile b/containers/Dockerfile index 80e7ff46..b7d6abe2 100644 --- a/containers/Dockerfile +++ b/containers/Dockerfile @@ -26,7 +26,7 @@ RUN apt-get update && \ net-tools dnsutils whois \ file xxd \ jq parallel ripgrep grep \ - less man-db procps htop \ + less procps htop \ iproute2 iputils-ping netcat-traditional \ nmap ncat ndiff \ sqlmap nuclei subfinder naabu ffuf \