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 2f16dd6 commit 2f209a9Copy full SHA for 2f209a9
devops/containers/ubuntu2404_base.Dockerfile
@@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND=noninteractive
5
USER root
6
7
# Configure LLVM nightly repo
8
-RUN apt-get update -qq && apt-get install --no-install-recommends -yqq curl
+RUN apt-get update -qq && apt-get install --no-install-recommends -yqq curl ca-certificates
9
RUN curl -sSL https://apt.llvm.org/llvm-snapshot.gpg.key -o /etc/apt/trusted.gpg.d/apt.llvm.org.asc
10
RUN echo 'deb http://apt.llvm.org/noble/ llvm-toolchain-noble main' > /etc/apt/sources.list.d/llvm.list
11
0 commit comments