mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-04-25 17:45:53 +03:00
[PR #133] [CLOSED] fix: install Claude Code CLI globally for Docker support #134
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shannon-KeygraphHQ#134
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/KeygraphHQ/shannon/pull/133
Author: @satnamra
Created: 2/14/2026
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
fce0fa0fix: install Claude Code CLI globally for Docker support📊 Changes
1 file changed (+3 additions, -0 deletions)
View changed files
📝
Dockerfile(+3 -0)📄 Description
Problem
Shannon security tests were blocked due to missing
claude-codebinary in Docker container. Error:spawn node ENOENTRoot Cause
Dockerfile included nodejs-22 but Claude Code CLI was not installed globally.
Solution
Add
npm install -g @anthropic-ai/claude-codeto Dockerfile.Impact
claude-agent-sdkfor AI code executionTesting
@anthropic-ai/claude-codeis a standard npm packageCloses Shannon: Run First Test Scan task
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.