Skip to content

Commit 2f16dd6

Browse files
committed
Placate trivy
1 parent daad513 commit 2f16dd6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

devops/containers/ubuntu2404_base.Dockerfile

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

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

0 commit comments

Comments
 (0)