[nomad-step-5] S5-fix-6 — chat Dockerfile must bake Claude CLI (same as agents #984) #1016
Labels
No labels
action
backlog
blocked
bug-report
cannot-reproduce
in-progress
in-triage
needs-triage
prediction/actioned
prediction/dismissed
prediction/unreviewed
priority
rejected
reproduced
tech-debt
underspecified
vision
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: disinto-admin/disinto#1016
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Same class as #984 (agents). Chat image also needs Claude CLI baked in — currently exits
FATAL: claude CLI not found in PATH.Fix
In
docker/chat/Dockerfile, add:Note: chat's base image is
debian:bookworm-slim(not Alpine like agents), so useapt-getnotapk. Also needsnodejs+npminstalled first since the slim base doesn't include them.Acceptance criteria
docker build -t disinto/chat:local docker/chat/succeeds.docker run --rm disinto/chat:local claude --versionreturns CLI version.FATAL: claude CLI not found.Labels / meta
backlog+bug-report. Same pattern as #984.