Files
linux-kernel-module-cheat/Dockerfile
Ciro Santilli 六四事件 法轮功 c2ac65a807 docker: split minimum setup to separate script
2018-11-17 00:00:00 +00:00

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