Skip to content

Commit

Permalink
QD-8314 Update internal.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin authored Feb 2, 2024
1 parent 357e09a commit 0ec9be0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next/ruby/internal.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN chmod +x $QODANA_DIST/bin/*.sh $QODANA_DIST/bin/qodana && \
update-alternatives --install /usr/bin/javac javac $JAVA_HOME/bin/javac 0 && \
update-alternatives --set java $JAVA_HOME/bin/java && \
update-alternatives --set javac $JAVA_HOME/bin/javac && \
chmod 777 /etc/passwd && \
rm -rf /var/cache/apt /var/lib/apt/ /tmp/*

LABEL maintainer="[email protected]" description="Qodana for Ruby (https://jb.gg/qodana-ruby)"
Expand Down

0 comments on commit 0ec9be0

Please sign in to comment.