diff --git a/build_script/Dockerfile b/build_script/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..2a0538535e2fa66bac66fbc75e756efad7fb7f1c --- /dev/null +++ b/build_script/Dockerfile @@ -0,0 +1,6 @@ +FROM debian:12 + +RUN apt update && \ + apt install -y \ + htop tmux vim sudo mosh build-essential git python3 python-is-python3 python3-distutils ecdsautils gawk unzip libncurses5-dev zlib1g-dev libssl-dev libelf-dev wget rsync time qemu-utils \ + file