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 4465e9d commit 94ce07eCopy full SHA for 94ce07e
Dockerfile
@@ -3,7 +3,7 @@ RUN apt-get update
3
RUN apt-get -y install wget build-essential cmake git
4
5
FROM base AS clang_setup
6
-RUN wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
+RUN wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
7
RUN apt-get -y update
8
RUN apt-get -y install libllvm-17-ocaml-dev libllvm17 llvm-17 llvm-17-dev llvm-17-doc llvm-17-examples llvm-17-runtime
9
RUN apt-get -y install clang-17 clang-tools-17 clang-17-doc libclang-common-17-dev libclang-17-dev libclang1-17 clang-format-17 python3-clang-17 clangd-17 clang-tidy-17
0 commit comments