lsusb
Display information about USB buses and devices connected to them. More information: <https://manned.org/lsusb>.
RUN apt-get update && \
apt-get install -y usbutils
RUN apt-get update && \
apt-get install -y usbutils
RUN apk add usbutils
RUN pacman -S --noconfirm usbutils
RUN apt-get update && \
apt-get install -y usbutils
RUN yum install -y usbutils
RUN dnf install -y usbutils
RUN apt-get update && \
apt-get install -y usbutils