Skip to content
Merged
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: 4 additions & 1 deletion dockerfiles/jvm-llm/internal.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ RUN chmod +x $QODANA_DIST/bin/*.sh $QODANA_DIST/bin/qodana && \

# Install Claude Code
RUN curl -fsSL https://claude.ai/install.sh | bash && \
chmod 777 -R $HOME # Add rights to home folder as claude create some folders without full rights \
chmod 777 -R $HOME && \
npm i -g @openai/codex && \
npm i -g mcp-remote


LABEL maintainer="[email protected]" description="Qodana for JVM with Claude Code (https://jb.gg/qodana-jvm)"
WORKDIR /data/project
Expand Down
Loading