Dockerfile 138 B

1234567
  1. # https://cirosantilli.com/linux-kernel-module-cheat#docker
  2. FROM ubuntu:20.04
  3. COPY setup /
  4. COPY requirements.txt /
  5. RUN /setup -y
  6. CMD bash