Skip to content

Commit 2f209a9

Browse files
committed
Install certs
1 parent 2f16dd6 commit 2f209a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/containers/ubuntu2404_base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND=noninteractive
55
USER root
66

77
# Configure LLVM nightly repo
8-
RUN apt-get update -qq && apt-get install --no-install-recommends -yqq curl
8+
RUN apt-get update -qq && apt-get install --no-install-recommends -yqq curl ca-certificates
99
RUN curl -sSL https://apt.llvm.org/llvm-snapshot.gpg.key -o /etc/apt/trusted.gpg.d/apt.llvm.org.asc
1010
RUN echo 'deb http://apt.llvm.org/noble/ llvm-toolchain-noble main' > /etc/apt/sources.list.d/llvm.list
1111

0 commit comments

Comments
 (0)