A minimal linux distro created for educational purposes
docker build --rm -t linux:latest - < Dockerfile
time docker run --rm -it -v $(pwd):/data linux:latest ./build.sh
qemu-system-x86_64 -m 128M -cdrom leos.iso -boot d -vga std
real 21m52.253s
user 0m0.720s
sys 0m1.210s