Keep trimming the image, remove documentation packages

main
Arnaud Rebillout 1 month ago
parent d656988ac2
commit 400f483dce

@ -11,4 +11,10 @@ apt -y remove texlive-latex-extra
# as it's filtered out in live-build/functions/firmwarelists.sh
apt -y remove firmware-marvell-prestera
# Kali 2025.3: remove numba-doc, a recommendation of python3-numba,
# itself a recommendation of python3-pandas, and so on... Far down
# the dep chain, and probably not needed for Kali users. While we're
# at it, remove other documentation packages of significant size.
apt -y remove numba-doc python-odf-doc ruby3.3-doc
apt -y autoremove

Loading…
Cancel
Save