fix(docker): keep runtime prune offline

This commit is contained in:
Peter Steinberger
2026-05-21 00:25:12 +01:00
parent e427262044
commit a329b9e1ee
2 changed files with 2 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ FROM build AS runtime-assets
ARG OPENCLAW_EXTENSIONS
ARG OPENCLAW_BUNDLED_PLUGIN_DIR
RUN --mount=type=cache,id=openclaw-pnpm-store,target=/root/.local/share/pnpm/store,sharing=locked \
pnpm store add source-map@0.6.1 && \
CI=true pnpm prune --prod \
--config.offline=true \
--config.supportedArchitectures.os=linux \