diff --git a/Dockerfile b/Dockerfile index a6926af..506f768 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,6 @@ 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