diff --git a/ci/centos-7/Dockerfile b/ci/centos-7/Dockerfile index c5734f3653..5ab9df2d68 100644 --- a/ci/centos-7/Dockerfile +++ b/ci/centos-7/Dockerfile @@ -5,7 +5,7 @@ FROM centos:7 RUN yum -y install \ https://repo.ius.io/ius-release-el7.rpm \ https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm \ - && yum -y install git2u \ + && yum -y install git224 \ && yum clean all && rm -rf /var/cache/yum RUN yum -y install \ diff --git a/ci/centos-8/Dockerfile b/ci/centos-8/Dockerfile index ecdde92664..9f4084c8b5 100644 --- a/ci/centos-8/Dockerfile +++ b/ci/centos-8/Dockerfile @@ -23,6 +23,7 @@ RUN dnf -y update && dnf -y install \ zlib-devel \ libsqlite3x-devel \ findutils \ + diffutils \ which \ && dnf clean all && rm -rf /var/cache/dnf