Skip to content

Commit fee4071

Browse files
authored
Add 'su' to mariner images (#835)
1 parent 2288685 commit fee4071

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/cbl-mariner/2.0/crossdeps/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ FROM mcr.microsoft.com/cbl-mariner/base/core:2.0
22

33
RUN tdnf update -y && \
44
tdnf install -y \
5+
# Provides 'su', required by Azure DevOps
6+
util-linux \
57
wget \
68
ca-certificates \
79
git \

0 commit comments

Comments
 (0)