From d90b627e1bb272b1f86ea41c75f622a307653c78 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 31 Mar 2026 15:14:54 +0100 Subject: [PATCH] build: copy bundled plugin postinstall script into cleanup smoke image --- scripts/docker/cleanup-smoke/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/docker/cleanup-smoke/Dockerfile b/scripts/docker/cleanup-smoke/Dockerfile index b5fbc372a28..9bf1ee3dfb4 100644 --- a/scripts/docker/cleanup-smoke/Dockerfile +++ b/scripts/docker/cleanup-smoke/Dockerfile @@ -19,6 +19,7 @@ COPY ui/package.json ./ui/package.json COPY packages ./packages COPY extensions ./extensions COPY patches ./patches +COPY scripts/postinstall-bundled-plugins.mjs ./scripts/postinstall-bundled-plugins.mjs RUN --mount=type=cache,id=openclaw-pnpm-store,target=/root/.local/share/pnpm/store,sharing=locked \ corepack enable \ && pnpm install --frozen-lockfile