Skip to content

Commit d09a131

Browse files
feat: update openclaw Dockerfile
1 parent 2b62eeb commit d09a131

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openclaw/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ RUN printf 'packages:\n - .\n - ui\n' > /tmp/pnpm-workspace.runtime.yaml && \
113113
done && \
114114
cp /tmp/pnpm-workspace.runtime.yaml pnpm-workspace.yaml && \
115115
CI=true NPM_CONFIG_FROZEN_LOCKFILE=false pnpm prune --prod && \
116+
node scripts/postinstall-bundled-plugins.mjs && \
116117
for plugin in $OPENCLAW_EXCLUDE_BUNDLED_PLUGINS; do \
117118
if [ -n "$plugin" ]; then \
118119
rm -rf "${OPENCLAW_BUNDLED_PLUGIN_DIR}/$plugin"; \

0 commit comments

Comments
 (0)