the docker setup is perfect

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-11-11 00:00:01 +00:00
parent 403d4a9d06
commit a06872241b
6 changed files with 133 additions and 106 deletions

10
Dockerfile Normal file
View File

@@ -0,0 +1,10 @@
# https://github.com/cirosantilli/linux-kernel-module-cheat#docker
FROM ubuntu:18.04
RUN apt update
# Minimum requirements to run ./build --download-dependencies
RUN apt-get install -y \
git \
python3 \
python3-distutils \
;
CMD bash