From 2104a40e328cdebcf2da4ff99c5b5ff071a79679 Mon Sep 17 00:00:00 2001 From: Sven Boemer Date: Thu, 4 Apr 2024 14:05:06 -0700 Subject: [PATCH] Remove sudo from mariner images Per https://github.com/dotnet/dotnet-buildtools-prereqs-docker/issues/990 we would like to avoid installing `sudo` onto our build images if possible. This was added for https://github.com/dotnet/llvm-project/pull/456, which I believe didn't end up using `sudo`. --- src/cbl-mariner/2.0/crossdeps/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cbl-mariner/2.0/crossdeps/Dockerfile b/src/cbl-mariner/2.0/crossdeps/Dockerfile index c29b30e0..d5578c59 100644 --- a/src/cbl-mariner/2.0/crossdeps/Dockerfile +++ b/src/cbl-mariner/2.0/crossdeps/Dockerfile @@ -5,7 +5,6 @@ RUN tdnf update -y && \ # Provides 'su', required by Azure DevOps ca-certificates \ git \ - sudo \ util-linux \ wget \ # Common runtime build dependencies