diff --git a/openshift-ci/Dockerfile.tools b/openshift-ci/Dockerfile.tools index 2b8d4a63..767b5db7 100644 --- a/openshift-ci/Dockerfile.tools +++ b/openshift-ci/Dockerfile.tools @@ -15,9 +15,9 @@ ARG GO_PACKAGE_PATH=github.com/codeready-toolchain/registration-service RUN yum install epel-release -y \ && yum install https://centos7.iuscommunity.org/ius-release.rpm -y \ - && yum install --enablerepo=centosplus install -y --quiet \ + && yum install --enablerepo=centosplus -y --quiet \ findutils \ - git2u-all \ + git224-all \ make \ procps-ng \ tar \