Skip to content

Commit 96f7865

Browse files
committed
Install claude code for Gitpod
1 parent 5ba5c57 commit 96f7865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ RUN curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh |
320320
&& bash -c ". $HOME/.nvm/nvm.sh \
321321
&& nvm install v${NODE_VERSION} \
322322
&& nvm alias default v${NODE_VERSION} \
323-
&& npm install -g typescript yarn pnpm node-gyp"
323+
&& npm install -g typescript yarn pnpm node-gyp @anthropic-ai/claude-code"
324324

325325
ENV PATH=$PATH:/root/.aws-iam:/root/.terraform:/workspace/bin
326326

0 commit comments

Comments
 (0)