Skip to content

Commit

Permalink
Remove sudo from mariner images
Browse files Browse the repository at this point in the history
Per #990 we would like to avoid installing `sudo` onto our build images if possible.

This was added for dotnet/llvm-project#456, which I believe didn't end up using `sudo`.
  • Loading branch information
sbomer authored Apr 4, 2024
1 parent 53b7a0e commit 2104a40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cbl-mariner/2.0/crossdeps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2104a40

Please sign in to comment.