some library seems to assume it's there, but doesn't
have a respective dependency
 RUN apt -y update \
        && apt -y upgrade \
        && apt -y install --no-install-recommends \
+               dbus \
                git \
                make \
                xauth \
 
 RUN apt -y update \
        && apt -y upgrade \
        && apt -y install --no-install-recommends \
+               dbus \
                git \
                make \
                xauth \
 
 RUN apt update \
        && apt -y upgrade \
        && apt -y install --no-install-recommends \
+               dbus \
                git \
                make \
                xauth \