Fix dbus-run-session command not found issue when install dbus-python (#12009)
This commit is contained in:
parent
dc9eaa53fb
commit
19155df148
@ -72,7 +72,8 @@ RUN apt-get install -y net-tools \
|
|||||||
{%- if ENABLE_ASAN == "y" %}
|
{%- if ENABLE_ASAN == "y" %}
|
||||||
libasan5 \
|
libasan5 \
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
libsystemd0
|
libsystemd0 \
|
||||||
|
dbus
|
||||||
|
|
||||||
# Install redis-server
|
# Install redis-server
|
||||||
{% if CONFIGURED_ARCH == "armhf" %}
|
{% if CONFIGURED_ARCH == "armhf" %}
|
||||||
|
Reference in New Issue
Block a user