Skip to content
Prev Previous commit
Next Next commit
add awk
  • Loading branch information
eerhardt committed Apr 13, 2023
commit 3ed637cfed76b5c025411a70b09c0de4a3886f3e
1 change: 1 addition & 0 deletions eng/docker/rhel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-fpm

RUN tdnf update -y && \
tdnf install -y \
awk \
# Provides useradd, needed by Azure DevOps
shadow-utils \
# Provides su, needed by Azure DevOps
Expand Down