fix: install Bun in Dockerfile#284
Conversation
The build script was updated to use Bun (`bun scripts/canvas-a2ui-copy.ts`) but the Dockerfile was not updated to install Bun, causing Docker builds to fail with "bun: not found". 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Thanks Lukáš! |
|
LGTM. Did:
Merging via squash. |
…), CostAllocationDashboard (write+wire), ServiceDependencyMap (write — already wired)
|
I don't think this can work anymore. Additionally, we're packaging Just putting this note here so I remember or so someone else takes a look. I plan to come back to this in a bit to see if I can make |
Install Bun in Dockerfile so `pnpm build` can run Bun scripts inside Docker. Thanks @loukotal.
Add opencode-ai to global npm install in Dockerfile
|
Straightforward addition – installs Bun in the Dockerfile so Security
Maintainability
Suggestion
LGTM with optional version pinning. |
Install Bun in Dockerfile so `pnpm build` can run Bun scripts inside Docker. Thanks @loukotal.
Install Bun in Dockerfile so `pnpm build` can run Bun scripts inside Docker. Thanks @loukotal.
The build script was updated to use Bun (
bun scripts/canvas-a2ui-copy.ts) but the Dockerfile was not updated to install Bun, causing Docker builds to fail with "bun: not found".🤖 Generated with Claude Code
Bun added in: #278
Maybe it would make sense to swap the whole thing to bun now? Now we are installing bun just to be able to run
build