We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80f35e5 commit 95209a0Copy full SHA for 95209a0
dockerfiles/jvm-llm/internal.Dockerfile
@@ -14,7 +14,8 @@ RUN chmod +x $QODANA_DIST/bin/*.sh $QODANA_DIST/bin/qodana && \
14
rm -rf /var/cache/apt /var/lib/apt/ /tmp/*
15
16
# Install Claude Code
17
-RUN curl -fsSL https://claude.ai/install.sh | bash
+RUN curl -fsSL https://claude.ai/install.sh | bash && \
18
+ chmod 777 -R $HOME # Add rights to home folder as claude create some folders without full rights \
19
20
LABEL maintainer="[email protected]" description="Qodana for JVM with Claude Code (https://jb.gg/qodana-jvm)"
21
WORKDIR /data/project
0 commit comments