Skip to content

Commit

Permalink
QD-9408 Remove redundant package for C++ support in CNova
Browse files Browse the repository at this point in the history
  • Loading branch information
hybloid committed Jul 4, 2024
1 parent 12bf15d commit 2ae2b3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion next/cnova/internal.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN chmod +x $QODANA_DIST/bin/*.sh $QODANA_DIST/bin/qodana && \
update-alternatives --set java $JAVA_HOME/bin/java && \
update-alternatives --set javac $JAVA_HOME/bin/javac && \
chmod 777 /etc/passwd && \
apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y libicu67=67.1-7 && \
rm -rf /var/cache/apt /var/lib/apt/ /tmp/*

LABEL maintainer="qodana-support@jetbrains.com" description="Qodana for C/C++ (https://jb.gg/qodana-cpp)"
Expand Down

0 comments on commit 2ae2b3a

Please sign in to comment.