commit 2490c01701eeb9b747333fc53673ead4129f7822 Author: River Date: Mon Nov 3 23:56:51 2025 -0600 initial commit with basic level 0 on single machine diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..ac43954 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,20 @@ +FROM ubuntu:22.04 + +ENV DEBIAN_FRONTEND=noninteractive + +ARG levelNum=0 + +RUN <