diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..c83262e --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.11-bullseye + +RUN apt-get update +RUN apt-get install build-essential patchelf +RUN pip install nuitka \ No newline at end of file