You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(docker): comment how to add extra deps (Node, Python, Bun, Debian base)
Add a commented section to docker/Dockerfile showing how to install extra
runtimes/CLIs the agent can call: Alpine apk one-liners (nodejs, python3, go,
build tools, ripgrep), npm-global package managers (pnpm/yarn), the Bun musl
installer, and a fallback to a Debian base / official language images for
glibc-only toolchains — with the adduser->useradd note. All comments; the build
is unchanged. `docker build --check` passes with no warnings.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments