Skip to content

Commit 41e69e2

Browse files
committed
add crossplane cli & claude code
1 parent 5bd91b4 commit 41e69e2

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docker/slim-all/Dockerfile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,17 @@ RUN echo \
107107
&& yarn --version \
108108
&& true
109109

110+
# Install claude-code
111+
# Configure npm global packages to install in user home
112+
RUN echo \
113+
&& mkdir -p ~/.npm-global \
114+
&& npm config set prefix ~/.npm-global \
115+
&& echo 'export PATH=~/.npm-global/bin:$PATH' >> ~/.bashrc \
116+
&& export PATH=~/.npm-global/bin:$PATH \
117+
&& npm install -g @anthropic-ai/claude-code \
118+
&& echo "Claude Code installed at: $(which claude-code)" \
119+
&& true
120+
110121
##################################################################################
111122
# Dotnet
112123
ARG APT_PKGS="\

0 commit comments

Comments
 (0)