We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be659a6 commit 7a5f048Copy full SHA for 7a5f048
Dockerfile
@@ -3,7 +3,7 @@ RUN apt-get update
3
RUN apt-get -y install wget build-essential cmake git software-properties-common curl zip unzip tar
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 add-apt-repository deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-17 main
8
RUN add-apt-repository deb-src http://apt.llvm.org/jammy/ llvm-toolchain-jammy-17 main
9
0 commit comments