Fix dbus-run-session command not found issue when install dbus-python (#12009)

This commit is contained in:
xumia 2022-09-09 00:33:01 +08:00 committed by Ying Xie
parent 96588d20e0
commit 7c5cb343e3

View File

@ -69,7 +69,8 @@ RUN apt-get install -y net-tools \
{%- if ENABLE_ASAN == "y" %}
libasan5 \
{%- endif %}
libsystemd0
libsystemd0 \
dbus
# Install redis-server
{% if CONFIGURED_ARCH == "armhf" %}