From 226018017d2f85606316fa0f5fac3c9a6eb7b384 Mon Sep 17 00:00:00 2001 From: Brian Richard Kleis Date: Fri, 17 Sep 2021 15:19:07 -0300 Subject: [PATCH] Updated yum -y install yum-utils to yum -y upgrade Docker requires more updated libraries than yum-utils. I've tested yum-utils in a new Virtual Machine without updating any libs, and couldn't get docker working. For new environments this is a better command and for any environment. --- engine/install/centos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/install/centos.md b/engine/install/centos.md index 931847c9108..03ab46fadd8 100644 --- a/engine/install/centos.md +++ b/engine/install/centos.md @@ -83,7 +83,7 @@ Install the `yum-utils` package (which provides the `yum-config-manager` utility) and set up the **stable** repository. ```console -$ sudo yum install -y yum-utils +$ sudo yum -y upgrade $ sudo yum-config-manager \ --add-repo \