mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
docker: split minimum setup to separate script
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
# 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 \
|
||||
;
|
||||
COPY setup /
|
||||
RUN /setup -y
|
||||
CMD bash
|
||||
|
||||
Reference in New Issue
Block a user