lsmod
Shows the status of Linux kernel modules. See also modprobe, which loads kernel modules. More information: <https://manned.org/lsmod>.
RUN apt-get update && \
apt-get install -y kmod
RUN apt-get update && \
apt-get install -y kmod
RUN apk add kmod
RUN pacman -S --noconfirm kmod
RUN apt-get update && \
apt-get install -y kmod
RUN yum install -y kmod
RUN dnf install -y kmod
RUN apt-get update && \
apt-get install -y kmod