FROM ghcr.io/bootc-dev/devenv-c10s:latest USER root # Install mdbook tooling via cargo-binstall # The GH_TOKEN secret is used to avoid GitHub API rate limits when fetching # pre-built binaries. Without it, binstall falls back to building from source. RUN --mount=type=secret,id=GH_TOKEN <