Merge pull request #12 from cpfarhood/fix/install-claude-code

fix: install Claude Code CLI so Happy Coder can find it
This commit was merged in pull request #12.
This commit is contained in:
2026-02-20 09:15:36 -05:00
committed by GitHub
+2 -2
View File
@@ -37,8 +37,8 @@ RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && \
apt-get install -y nodejs && \
rm -rf /var/lib/apt/lists/*
# Install Happy Coder globally
RUN npm install -g happy-coder
# Install Happy Coder and Claude Code globally
RUN npm install -g happy-coder @anthropic-ai/claude-code
# Install Antigravity (Google's Project IDX / Cloud Code alternative)
# Note: Antigravity might be packaged differently - adjust as needed