diff --git a/containerfile b/containerfile new file mode 100644 index 0000000..e4bf3a3 --- /dev/null +++ b/containerfile @@ -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"] \ No newline at end of file