mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-12 19:50:57 +05:00
Avoid stale uv cache in Docker builds
This commit is contained in:
parent
c1f9a28e12
commit
ba205f46f0
@ -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 \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user