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 GitHub
parent dc9eaa53fb
commit 19155df148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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