File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ RUN apt-get update
33RUN apt-get -y install wget build-essential cmake git
44
55FROM base AS clang_setup
6- RUN wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
6+ RUN wget -qO- https://apt.llvm.org/llvm-snapshot.gpg.key | tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc
7+ RUN deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy main
8+ RUN deb-src http://apt.llvm.org/jammy/ llvm-toolchain-jammy main
79RUN apt-get -y update
810RUN apt-get -y install libllvm-17-ocaml-dev libllvm17 llvm-17 llvm-17-dev llvm-17-doc llvm-17-examples llvm-17-runtime
911RUN 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
You can’t perform that action at this time.
0 commit comments