fix: edge container cannot run claude — Alpine lacks glibc #352
Labels
No labels
action
backlog
blocked
bug-report
in-progress
prediction/actioned
prediction/dismissed
prediction/unreviewed
priority
tech-debt
underspecified
vision
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: disinto-admin/disinto#352
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?
Problem
The edge container Dockerfile is based on caddy:alpine. The claude binary is dynamically linked against glibc. Alpine uses musl libc, so claude fails with:
Installing gcompat doesn't help — the binary uses relocation types that gcompat doesn't support:
This blocks the supervisor integration (#344) — the supervisor needs claude -p to run in the edge container.
Fix
Change the edge Dockerfile base image from caddy:alpine to a Debian-based image with Caddy installed:
caddy:latest (without the alpine suffix) is Debian-based. Alternatively:
The first option is simpler and stays consistent with the Caddy project's official images.
Affected files
Acceptance criteria
Blocked — issue #352
ci_exhausted2026-04-07T13:17:18Z