asons commited on
Commit
aeeba62
·
verified ·
1 Parent(s): 482bc7a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -17,6 +17,9 @@ RUN pip3 install huggingface_hub --break-system-packages
17
  # 5. 安装Hermes agent
18
  RUN npm install -g openclaw@latest
19
 
 
 
 
20
  # 6. 脚本进场
21
  COPY entrypoint.sh /entrypoint.sh
22
  RUN chmod +x /entrypoint.sh
 
17
  # 5. 安装Hermes agent
18
  RUN npm install -g openclaw@latest
19
 
20
+ # Install Claude Code globally
21
+ RUN npm install -g @anthropic-ai/claude-code
22
+
23
  # 6. 脚本进场
24
  COPY entrypoint.sh /entrypoint.sh
25
  RUN chmod +x /entrypoint.sh