Dockerfile
Defines a Debian stable image, installs python3-pyinotify, sudo, and tmux, creates editor and executor users, copies hello, goodbye, sudoable (a copy of hello), and the exploit script, and configures sudoers to allow executor to run /opt/sudoable only if its SHA256 matches the hash of /opt/hello.
Dockerfile:1-20