We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb8c9d commit 55ce395Copy full SHA for 55ce395
1 file changed
.devcontainer/Dockerfile
@@ -58,3 +58,7 @@ WORKDIR /workspaces/sourcebot
58
59
# Switch to non-root user
60
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