summaryrefslogtreecommitdiff
path: root/contrib/podmanimage/upstream/Dockerfile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-07-27 13:58:22 +0200
committerGitHub <noreply@github.com>2021-07-27 13:58:22 +0200
commit684f15edeea39f53281b04bca04a705ea43a672f (patch)
tree8cad56f22f884d7c3f9ed82baa347b8e4c6bf0ce /contrib/podmanimage/upstream/Dockerfile
parentd7b2f03f8a5d0e3789ac185ea03989463168fb76 (diff)
parent2c9f18100fc6a2891b5b360b5a25fc00f591201e (diff)
downloadpodman-684f15edeea39f53281b04bca04a705ea43a672f.tar.gz
podman-684f15edeea39f53281b04bca04a705ea43a672f.tar.bz2
podman-684f15edeea39f53281b04bca04a705ea43a672f.zip
Merge pull request #11025 from rhatdan/dockerfile
[CI:DOCS] Fix handling 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 01666e453..baad49e08 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; rpm --restore --quiet shadow-utils; yum -y install --exclude container-selinux \
+RUN yum -y update; rpm --restore shadow-utils 2>/dev/null; yum -y install --exclude container-selinux \
--enablerepo=updates-testing \
btrfs-progs-devel \
containernetworking-cni \