Skip to content

Commit 95209a0

Browse files
evgenyimavafanasiev
authored andcommitted
🧱 QD-13129 Add proper permissions to the home folder after installing Claude Code
1 parent 80f35e5 commit 95209a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dockerfiles/jvm-llm/internal.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ RUN chmod +x $QODANA_DIST/bin/*.sh $QODANA_DIST/bin/qodana && \
1414
rm -rf /var/cache/apt /var/lib/apt/ /tmp/*
1515

1616
# Install Claude Code
17-
RUN curl -fsSL https://claude.ai/install.sh | bash
17+
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 \
1819

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

0 commit comments

Comments
 (0)