docker deps update

This commit is contained in:
Craig
2020-04-21 19:59:08 +00:00
parent 258af8a3ca
commit 13817df1e4
3 changed files with 21 additions and 1 deletions

11
.docker/files/deps/dbus Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh
if [ ! -d /var/run/dbus ]; then
mkdir -p /var/run/dbus
fi
if [ -f /var/run/dbus/pid ]; then
rm -f /var/run/dbus/pid
fi
/usr/bin/dbus-daemon --nofork --print-pid --config-file=/usr/share/dbus-1/system.conf