diff --git a/images/Dockerfile b/images/Dockerfile index 9fd48f3f..70d2f2ff 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -2,10 +2,10 @@ FROM quay.io/centos/centos:8 RUN cd /etc/yum.repos.d/ && \ sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* && \ sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* -RUN yum install -y hwdata && yum clean -y all +RUN yum install epel-release -y +RUN yum install -y hwdata curl libcurl && yum clean -y all ADD _out/resource-topology-exporter /bin/resource-topology-exporter RUN mkdir -p /etc/rte /etc/secrets/rte/tls /etc/secrets/rte/ca - ARG GIT_COMMIT ARG VERSION RUN \