Skip to content

Commit 55ce395

Browse files
add claude
1 parent 5fb8c9d commit 55ce395

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,7 @@ WORKDIR /workspaces/sourcebot
5858

5959
# Switch to non-root user
6060
USER node
61+
62+
# Install Claude CLI (native binary)
63+
RUN curl -fsSL https://claude.ai/install.sh | bash
64+
ENV PATH="/home/node/.claude/bin:${PATH}"

0 commit comments

Comments
 (0)