libusb-config
userspace USB programming library development files
RUN apt-get update && \
apt-get install -y libusb-dev
RUN apt-get update && \
apt-get install -y libusb-dev
RUN apk add libusb-compat
RUN pacman -S --noconfirm libusb-compat
RUN apt-get update && \
apt-get install -y libusb-dev
RUN yum install -y libusb-devel
RUN dnf install -y libusb-devel-1
RUN apt-get update && \
apt-get install -y libusb-dev