insmod
Dynamically load modules into the Linux Kernel. More information: <https://manned.org/insmod>.
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