[cpp-linbuild] 01/03: Install yum-utils for yum-config-manager

John W. O'Brien john at saltant.com
Fri May 21 20:07:57 UTC 2021


This is an automated email from the git hooks/post-receive script.

obrienjw pushed a commit to branch main
in repository cpp-linbuild.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-linbuild.git;a=commit;h=b6f98c04e47eb6e054213dbb4ab9a0a9d45365fc

commit b6f98c04e47eb6e054213dbb4ab9a0a9d45365fc
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Fri May 21 16:36:16 2021 +0000

    Install yum-utils for yum-config-manager
---
 os/amazonlinux2/image/Dockerfile | 2 +-
 os/centos8/image/Dockerfile      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/os/amazonlinux2/image/Dockerfile b/os/amazonlinux2/image/Dockerfile
index d3ade80..be59b7b 100644
--- a/os/amazonlinux2/image/Dockerfile
+++ b/os/amazonlinux2/image/Dockerfile
@@ -8,7 +8,7 @@ RUN yum -y update \
         gcc-c++ gdb git groff httpd-devel libidn-devel \
         libmemcached-devel libtool make openldap-devel openssl-devel \
         pkgconfig rpm-build stunnel systemd-devel unixODBC-devel \
-        zlib-devel createrepo_c \
+        zlib-devel createrepo_c yum-utils \
     && yum clean all \
     && rm -rf /var/cache/yum
 
diff --git a/os/centos8/image/Dockerfile b/os/centos8/image/Dockerfile
index 31ecf6c..ea1453f 100644
--- a/os/centos8/image/Dockerfile
+++ b/os/centos8/image/Dockerfile
@@ -9,7 +9,7 @@ RUN sed -i "s/enabled=0/enabled=1/" /etc/yum.repos.d/CentOS-Linux-PowerTools.rep
         gcc-c++ gdb git groff httpd-devel libidn-devel \
         libmemcached-devel libtool make openldap-devel openssl-devel \
         pkgconfig rpm-build stunnel systemd-devel unixODBC-devel \
-        zlib-devel createrepo_c \
+        zlib-devel createrepo_c yum-utils \
     && yum clean all
 
 # internal and external are w.r.t. a container, where external locations

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list