ARG TAG=latest
FROM quay.io/centos/centos:stream10

RUN dnf -y update \
    && dnf -y install dbus-broker \
    && dnf clean all && rm -rf /var/cache/dnf
