Fix collectd image build

During collectd image build, the following issue occurs.
package glibc-devel-2.28-196.el8.x86_64 requires glibc = 2.28-196.el8,
but none of the providers can be installed. This patch fixes the issue.

Change-Id: Idee0f55b8665e9bcef033b3caaf2a2813396362b
This commit is contained in:
Sanjay Chari 2022-03-28 11:49:03 +05:30
parent 54a7e7c3b1
commit a8c0f773a5

View File

@ -1,7 +1,7 @@
FROM quay.io/centos/centos:stream8
RUN dnf clean all && \
dnf group install -y "Development Tools" && \
dnf group install -y "Development Tools" --nobest && \
dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \
dnf install -y centos-release-opstools && \
dnf install -y collectd collectd-turbostat collectd-disk collectd-apache collectd-ceph \