Claude Code Setup in the Current openclaw #2477
Unanswered
buddingengineers12345
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Claude Code Installation in OpenClaw Docker
Overview
The following lines are proposed for addition to the
Dockerfileto enable Claude Code installation in the existing OpenClaw Docker setup.Questions / Discussion Points
Proposed Dockerfile Snippet
Notes
RUNblock above executes as root to perform the installation, then copies the binary to/usr/local/bin/claudeto make it globally accessible./root/.local,/root/.cache,/root/.npm,/root/.claude,/root/.claude.json) are cleaned up to avoid leaking into image layers.USER sandboxblock ensures the Claude config directory (/sandbox/.claude) is created with correct ownership and permissions under the sandbox user.Beta Was this translation helpful? Give feedback.
All reactions