FROM handsonsecurity/seed-ubuntu:large
  
RUN apt-get update \
    && apt-get install -y kmod  \
    && apt-get clean
