Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add 'su' to mariner images
  • Loading branch information
sbomer committed Mar 30, 2023
commit 89fd6fe94b757cb64ff8fc7e650722b521a73a83
2 changes: 2 additions & 0 deletions src/cbl-mariner/2.0/crossdeps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM mcr.microsoft.com/cbl-mariner/base/core:2.0

RUN tdnf update -y && \
tdnf install -y \
# Provides 'su', required by Azure DevOps
util-linux \
wget \
ca-certificates \
git \
Expand Down