mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-13 20:12:26 +00:00
7 lines
138 B
Docker
7 lines
138 B
Docker
# https://cirosantilli.com/linux-kernel-module-cheat#docker
|
|
FROM ubuntu:20.04
|
|
COPY setup /
|
|
COPY requirements.txt /
|
|
RUN /setup -y
|
|
CMD bash
|