We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a79a7ae commit 63c9487Copy full SHA for 63c9487
claude/Dockerfile
@@ -78,7 +78,7 @@ RUN curl -fsSL "https://github.com/cli/cli/releases/download/v2.86.0/gh_2.86.0_l
78
rm -rf /tmp/gh_2.86.0_linux_amd64
79
80
# claude
81
-RUN npm install -g @anthropic-ai/claude-code happy-coder
+RUN npm install -g @anthropic-ai/claude-code happy-coder cline
82
83
# rename "node" user to "claude"
84
RUN usermod -l claude -d /home/claude -m node \
0 commit comments