mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
Make the most important dependency mandatory
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# https://cirosantilli.com/linux-kernel-module-cheat#docker
|
||||
FROM ubuntu:20.04
|
||||
COPY setup /
|
||||
COPY requirements.txt /
|
||||
RUN /setup -y
|
||||
CMD bash
|
||||
|
||||
Reference in New Issue
Block a user