Skip to content

Commit 63c9487

Browse files
committed
feat(claude): add cline
1 parent a79a7ae commit 63c9487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

claude/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN curl -fsSL "https://github.com/cli/cli/releases/download/v2.86.0/gh_2.86.0_l
7878
rm -rf /tmp/gh_2.86.0_linux_amd64
7979

8080
# claude
81-
RUN npm install -g @anthropic-ai/claude-code happy-coder
81+
RUN npm install -g @anthropic-ai/claude-code happy-coder cline
8282

8383
# rename "node" user to "claude"
8484
RUN usermod -l claude -d /home/claude -m node \

0 commit comments

Comments
 (0)