070959e133
landing-page-staging / Deploy landing page to staging (push) Has been skipped
landing-page-ci / Validate landing page (push) Failing after 4s
visual-baseline / Capture visual baselines (push) Has been cancelled
bake-plugin-previews / Bake plugin previews (push) Has been cancelled
9 lines
292 B
Docker
9 lines
292 B
Docker
# Extends the official image with libc6-compat so glibc-linked agent CLIs
|
|
# (Claude Code, opencode, Codex, …) can run on Alpine musl.
|
|
# See README.md "Linux: mounting host agent CLIs" for usage.
|
|
FROM ghcr.io/nexu-io/od:latest
|
|
|
|
USER root
|
|
RUN apk add --no-cache libc6-compat
|
|
USER open-design
|