Skip to content

Commit d1aec2c

Browse files
author
ide-coder
committed
feat: add claude-code npm package
- Pre-install @anthropic-ai/claude-code globally via npm - Update README.md tools list
1 parent c9592d2 commit d1aec2c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ RUN curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash - \
8888
&& apt-get install -y nodejs \
8989
&& rm -rf /var/lib/apt/lists/*
9090

91-
# Configure npm mirror and install pnpm, yarn, iflow-cli
91+
# Configure npm mirror and install pnpm, yarn, iflow-cli, claude-code
9292
RUN npm config set registry https://registry.npmmirror.com --global \
93-
&& npm install -g pnpm yarn @iflow-ai/iflow-cli@latest \
93+
&& npm install -g pnpm yarn @iflow-ai/iflow-cli@latest @anthropic-ai/claude-code \
9494
&& pnpm config set registry https://registry.npmmirror.com \
9595
&& yarn config set registry https://registry.npmmirror.com
9696

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A comprehensive development environment Docker image based on code-server, pre-c
77
- **Base**: codercom/code-server:latest
88
- **User**: `coder` with passwordless sudo (su blocked)
99
- **Languages**: Go, Python 3.13, Node.js, JDK 21, Ruby/Rails
10-
- **Tools**: git, curl, wget, vim, dnsutils (nslookup), yq, kubectl, gopls, uv, conda, pnpm, yarn, Maven, iflow-cli
10+
- **Tools**: git, curl, wget, vim, dnsutils (nslookup), yq, kubectl, gopls, uv, conda, pnpm, yarn, Maven, iflow-cli, claude-code
1111

1212
## Quick Start
1313

0 commit comments

Comments
 (0)