diff --git a/api/Dockerfile b/api/Dockerfile index f9476e60a5..b46fda8b93 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /app/api # Install uv ENV UV_VERSION=0.8.9 -RUN pip3 install --no-cache-dir uv==${UV_VERSION} +RUN pip3 install --no-cache-dir uv==${UV_VERSION} setuptools==82.0.0 # production stage FROM base AS production