dotnet / dotnet-buildtools-prereqs-docker

Used to maintain the Docker images hosted at the mcr.microsoft.com/dotnet-buildtools/prereqs image repository
MIT License
57 stars 103 forks source link

Remove sudo from mariner images #996

Closed sbomer closed 6 months ago

sbomer commented 6 months ago

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. @am11 PTAL