Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions claude-terminal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ RUN apk add --no-cache \

# Install Claude Code CLI using native installer
# The installer places the binary in ~/.local/bin
RUN curl -fsSL https://claude.ai/install.sh | bash \
&& ln -sf /root/.local/bin/claude /usr/local/bin/claude
RUN npm install -g @anthropic-ai/claude-code

# Create directory for Claude configuration and set working directory
RUN mkdir -p /config/claude-config
Expand All @@ -38,4 +37,4 @@ RUN chmod +x /run.sh \
&& chmod +x /opt/scripts/*.sh

# Use exec form for better signal handling
CMD ["/run.sh"]
CMD ["/run.sh"]
Loading