diff --git a/Dockerfile b/Dockerfile index 8763cd26497..dd6991257ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN pnpm build # Ensure memory-lancedb extension dependencies are installed. # LanceDB has native bindings that may not be hoisted by pnpm in all configurations. -RUN pnpm install --filter @openclaw/memory-lancedb --prod --no-frozen-lockfile 2>/dev/null || true +RUN pnpm install --filter @openclaw/memory-lancedb --prod --no-frozen-lockfile || true # Force pnpm for UI build (Bun may fail on ARM/Synology architectures) ENV OPENCLAW_PREFER_PNPM=1 RUN pnpm ui:build