fix: stabilize docker live test lanes

This commit is contained in:
Peter Steinberger
2026-03-22 20:06:57 +00:00
parent 43ee9fff48
commit cf8891a824
11 changed files with 123 additions and 20 deletions

View File

@@ -15,6 +15,10 @@ RUN --mount=type=cache,id=openclaw-cleanup-smoke-apt-cache,target=/var/cache/apt
WORKDIR /repo
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
COPY ui/package.json ./ui/package.json
COPY packages ./packages
COPY extensions ./extensions
COPY patches ./patches
RUN --mount=type=cache,id=openclaw-pnpm-store,target=/root/.local/share/pnpm/store,sharing=locked \
corepack enable \
&& pnpm install --frozen-lockfile