Add containerfile

This commit is contained in:
2025-10-31 08:39:47 -06:00
parent 1b11644604
commit f18d9b53e4

7
containerfile Normal file
View File

@@ -0,0 +1,7 @@
run apt install -y bison flex gcc make libncurses-dev git
run apt install -y bc build-essential git libncurses5-dev lzop perl libssl-dev bison flex kmod device-tree-compiler
run apt install -y dwarves libelf-dev libdwarf-dev libdw-dev python3 gawk zstd
workdir /linux
add ./kernelb.sh /
run chmod +x /kernelb.sh
cmd ["/usr/bin/bash","-c","/kernelb.sh"]