Skip to content

Conversation

@issuetopr-dev
Copy link

@issuetopr-dev issuetopr-dev bot commented Jan 6, 2026

Summary

  • Installs GNU make in the agent base Docker image so agents can run make targets inside their containers.
  • Updates documentation to include make in the list of preinstalled tools.

Why
Agents that execute workflows in containers sometimes need to invoke Makefile targets (e.g., building native deps, project-specific build/test flows). The current base image did not include make.

Changes

  • docker/agent-base/Dockerfile
    • Add make to the apt packages and verify installation with make --version.
  • docker/README.md
    • Document that the agent image includes make.

Verification

  • Linting: Ran pnpm run check:all (ESLint, Prettier check, TypeScript noEmit) with no errors.
  • No application code changed; the change is confined to Dockerfile and docs.

Impact

  • New agent base image builds will include make automatically. Existing running containers are unaffected until rebuilt/pulled.

Follow-up

  • If you publish your agent base image to GHCR, run ./scripts/build-agent-image.sh to build and push multi-arch images with the updated toolchain.

Closes #1464

…\n\n- Add to docker/agent-base/Dockerfile and verify via \n- Update docker/README.md to document that make is available in the agent image\n\nThis enables agent containers to execute Makefile targets as requested.
@issuetopr-dev issuetopr-dev bot added the AI generated AI-generated Pull Requests label Jan 6, 2026
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 6, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@vercel vercel bot temporarily deployed to Preview – issue-to-pr-realtime January 13, 2026 07:39 Inactive
@vercel vercel bot temporarily deployed to Preview – issue-to-pr-storybook January 13, 2026 07:39 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI generated AI-generated Pull Requests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow agents in Docker to run make commands

2 participants