From 2a9025850eac85913bd80ea19442f9c6cd5e8df7 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Sun, 25 Jan 2026 13:15:03 -0500 Subject: [PATCH] fix: remove uv cache mounts Cache mounts are no longer needed since build-utils now sets UV_NO_CACHE=1 and UV_PYTHON_DOWNLOADS=never. Co-Authored-By: Claude Signed-off-by: Mohammed Naser --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 506f768..a6926af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,4 @@ FROM ${FROM} ENV PATH=/var/lib/openstack/bin:$PATH RUN --mount=type=bind,source=bindep.txt,target=/bindep.txt \ --mount=type=bind,from=ghcr.io/vexxhost/build-utils:latest,source=/bin,target=/build \ - --mount=type=cache,target=/root/.cache/uv \ - --mount=type=cache,target=/root/.local/share/uv \ /build/install-bindep-packages