diff --git a/Dockerfile b/Dockerfile index da8ac09b..1055c5ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ # Stage 1: Install Python dependencies FROM python:3.13-slim AS python-builder + WORKDIR /build # System build tools