Skip to content

Commit 7c5cb34

Browse files
xumiayxieca
authored andcommitted
Fix dbus-run-session command not found issue when install dbus-python (#12009)
1 parent 96588d2 commit 7c5cb34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

platform/vs/docker-sonic-vs/Dockerfile.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ RUN apt-get install -y net-tools \
6969
{%- if ENABLE_ASAN == "y" %}
7070
libasan5 \
7171
{%- endif %}
72-
libsystemd0
72+
libsystemd0 \
73+
dbus
7374

7475
# Install redis-server
7576
{% if CONFIGURED_ARCH == "armhf" %}

0 commit comments

Comments
 (0)