Add collectd to the poddlers builder image

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard
2025-01-16 16:29:13 +01:00
parent 809f6c45fd
commit f6b0cd0d48

View File

@@ -11,6 +11,7 @@ RUN dnf install -y \
gobject-introspection-devel \
libmodulemd \
libmemcached-devel \
collectd \
&& dnf clean all
USER 1001