Dockerfile 114 B

123456
  1. # https://cirosantilli.com/linux-kernel-module-cheat#docker
  2. FROM ubuntu:18.04
  3. COPY setup /
  4. RUN /setup -y
  5. CMD bash