From ad3f98b8e70e9316b42121e159079b38f7e18022 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Tue, 2 Nov 2021 14:24:42 -0700 Subject: [PATCH] add util-linux RPM for setpriv command --- Dockerfile.release | 2 +- Dockerfile.release.fips | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.release b/Dockerfile.release index 2d059aa10..7b5cbe346 100644 --- a/Dockerfile.release +++ b/Dockerfile.release @@ -29,7 +29,7 @@ COPY LICENSE /licenses/LICENSE RUN \ microdnf clean all && \ microdnf update --nodocs && \ - microdnf install curl ca-certificates shadow-utils --nodocs && \ + microdnf install curl ca-certificates shadow-utils util-linux --nodocs && \ rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \ microdnf install minisign --nodocs && \ mkdir -p /opt/bin && chmod -R 777 /opt/bin && \ diff --git a/Dockerfile.release.fips b/Dockerfile.release.fips index f83538e21..aee2cfc33 100644 --- a/Dockerfile.release.fips +++ b/Dockerfile.release.fips @@ -29,7 +29,7 @@ COPY LICENSE /licenses/LICENSE RUN \ microdnf clean all && \ microdnf update --nodocs && \ - microdnf install curl ca-certificates shadow-utils --nodocs && \ + microdnf install curl ca-certificates shadow-utils util-linux --nodocs && \ rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \ microdnf install minisign --nodocs && \ mkdir -p /opt/bin && chmod -R 777 /opt/bin && \