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