Files
linux-kernel-module-cheat/Dockerfile
Ciro Santilli 六四事件 法轮功 956adffe40 Make the most important dependency mandatory
2021-03-25 00:00:01 +00:00

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