
From rust

RUN apt-get update && apt-get install -y dbus dbus-tests
COPY entrypoint.sh /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]
