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