We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd6548 commit 8b3a205Copy full SHA for 8b3a205
dockerfiles/clang/14/Dockerfile
@@ -5,5 +5,6 @@ RUN apt-get update
5
RUN apt-get install -y clang-14 lld-14
6
RUN rm -rf /var/lib/apt/lists/*
7
8
-# symlink
9
-RUN ln -s /usr/bin/clang++-14 /usr/bin/clang++
+# symlinks
+RUN ln -s /usr/bin/clang++-14 /usr/bin/clang++
10
+RUN ln -s /usr/bin/clang-14 /usr/bin/clang
0 commit comments