Synology, docker

I'm trying to get clawdbot installed in a docker container on synology. The docker-setup.sh runs for a while, a temporary container gets created then the script terminates with an error:

Step 14/18 : RUN pnpm build
---> Running in cc707b73b7ab

clawdbot@2026.1.14 build /app
tsc -p tsconfig.json && tsx scripts/canvas-a2ui-copy.ts

Removing intermediate container cc707b73b7ab
---> ad1d4d752c68
Step 15/18 : RUN pnpm ui:install
---> Running in 924ea69c8508

clawdbot@2026.1.14 ui:install /app
node scripts/ui.js install

error: An unknown error occurred (Unexpected)

 ELIFECYCLE  Command failed with exit code 1.
The command '/bin/sh -c pnpm ui:install' returned a non-zero code: 1

Any ideas?
Solution
It was a problem with bun on Synology. I've submitted a pull request on Github.
Was this page helpful?