summaryrefslogtreecommitdiff
path: root/contrib/podmanimage/upstream/Dockerfile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-07-19 08:51:54 -0400
committerGitHub <noreply@github.com>2021-07-19 08:51:54 -0400
commitec5ab591ddbb905b69b3daa6012e9c0dfde9fcec (patch)
tree823d41cb9a5eef4666c3e076c6a30d9b884b2b31 /contrib/podmanimage/upstream/Dockerfile
parent20c9f74c77683730455df4fb5e7722a192b78a92 (diff)
parentb92bbfd768c97782d55d94d53c7b1250e9709b0a (diff)
downloadpodman-ec5ab591ddbb905b69b3daa6012e9c0dfde9fcec.tar.gz
podman-ec5ab591ddbb905b69b3daa6012e9c0dfde9fcec.tar.bz2
podman-ec5ab591ddbb905b69b3daa6012e9c0dfde9fcec.zip
Merge pull request #10980 from rhatdan/dockerfile
[CI:DOCS] Just restore protections of shadow-utils
Diffstat (limited to 'contrib/podmanimage/upstream/Dockerfile')
-rw-r--r--contrib/podmanimage/upstream/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/podmanimage/upstream/Dockerfile b/contrib/podmanimage/upstream/Dockerfile
index 922eee748..01666e453 100644
--- a/contrib/podmanimage/upstream/Dockerfile
+++ b/contrib/podmanimage/upstream/Dockerfile
@@ -17,7 +17,7 @@ ENV GOPATH=/root/podman
# to the container.
# Finally remove the podman directory and a few other packages
# that are needed for building but not running Podman
-RUN yum -y update; yum -y reinstall shadow-utils; yum -y install --exclude container-selinux \
+RUN yum -y update; rpm --restore --quiet shadow-utils; yum -y install --exclude container-selinux \
--enablerepo=updates-testing \
btrfs-progs-devel \
containernetworking-cni \