Avoid stale uv cache in Docker builds

This commit is contained in:
Nick Sweeting 2026-05-18 08:03:18 -07:00
parent c1f9a28e12
commit ba205f46f0
No known key found for this signature in database

View File

@ -338,6 +338,7 @@ RUN --mount=type=bind,source=pyproject.toml,target=/app/pyproject.toml \
&& apt-get update -qq \
&& apt-get install -qq -y --no-install-recommends build-essential gcc python3-dev \
&& uv sync \
--no-cache \
--inexact \
--all-extras \
--no-install-project \