diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..ac25ebc --- /dev/null +++ b/Dockerfile @@ -0,0 +1,86 @@ +FROM python:3.13-slim-bookworm AS build + +SHELL ["sh", "-exc"] + +ENV DEBIAN_FRONTEND=noninteractive + +RUN <