diff --git a/Dockerfiles/agent/centos/Dockerfile b/Dockerfiles/agent/centos/Dockerfile index 44aa46aed..b5efb5264 100644 --- a/Dockerfiles/agent/centos/Dockerfile +++ b/Dockerfiles/agent/centos/Dockerfile @@ -38,7 +38,7 @@ RUN set -eux && \ tzdata \ iputils \ pcre2 \ - libcurl \ + libcurl-minimal \ openssl-libs \ zlib" && \ dnf -y install epel-release && \ diff --git a/Dockerfiles/agent2/centos/Dockerfile b/Dockerfiles/agent2/centos/Dockerfile index cdfe2a92a..c245927b5 100644 --- a/Dockerfiles/agent2/centos/Dockerfile +++ b/Dockerfiles/agent2/centos/Dockerfile @@ -43,7 +43,7 @@ RUN set -eux && \ tzdata \ iputils \ pcre2 \ - libcurl \ + libcurl-minimal \ smartmontools \ sudo \ openssl-libs" && \