Skip to content

fix: install git in the builder runtime image (scaffold push) - #9

Merged
huhn511 merged 1 commit into
mainfrom
fix/builder-image-git
Jun 14, 2026
Merged

fix: install git in the builder runtime image (scaffold push)#9
huhn511 merged 1 commit into
mainfrom
fix/builder-image-git

Conversation

@huhn511

@huhn511 huhn511 commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

Why

The orchestrator seeds each new app by running git init/commit/push locally to push the Vite scaffold to the bridge (src/lib/builder/scaffold.ts:200-208). The runtime image installed only ca-certificates + tini, so spawn("git") threw spawn git ENOENT. This only became reachable once prod bridge auth started working (#8) — before, every wish died at the 401 auth wall first.

Fix

Add git to the runtime image's apt install.

🤖 Generated with Claude Code

The orchestrator seeds each new app by running `git init/commit/push`
locally to push the Vite scaffold to the bridge (lib/builder/scaffold.ts).
The runtime image installed only ca-certificates + tini, so `spawn("git")`
threw `spawn git ENOENT` — surfaced as a failed wish once bridge auth
started working. Add git to the runtime apt install.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@huhn511
huhn511 merged commit cf2c775 into main Jun 14, 2026
1 check passed
@huhn511
huhn511 deleted the fix/builder-image-git branch June 14, 2026 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant