Pre-install usbutils

This gets us `lsusb`, which is missing next to all the other `ls[thing]`
tools already pre-installed.

This will increase the base image size by 375.5 KB, and pull in no new
dependencies.
This commit is contained in:
Nate Graham
2025-08-21 10:12:58 -06:00
parent e4e5d29351
commit 55d58e45bb

View File

@@ -25,6 +25,7 @@ Packages=bash-completion
ripgrep
tldr
tree
usbutils # `lsusb` and other useful troubleshooting tools
vim
wget
wl-clipboard