chore(sandbox): add GitHub CLI to Dockerfile - #205
Conversation
Installs gh from GitHub's official apt repository so sandbox users can interact with GitHub PRs, issues, and repos from within the container.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe sandbox Dockerfile has been updated to add GitHub CLI installation by incorporating the official GitHub APT repository, downloading its signing key, updating the package list, and installing the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
gh(GitHub CLI) to the sandbox Dockerfile from GitHub's official apt repositoryTest plan
docker build -t evolve-sandbox sandbox/gh --versionworks inside the containerSummary by CodeRabbit