Update CentOS CI Dockerfiles to fix git/diff dependencies

This commit is contained in:
Jon Siwek 2020-11-25 15:19:56 -08:00
parent 2b3d216c97
commit 5ff44989c4
2 changed files with 2 additions and 1 deletions

View file

@ -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 \

View file

@ -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