multistage Dockerfile.

This commit is contained in:
Miroslav Šedivý
2020-11-27 21:51:33 +01:00
parent 59457b7658
commit 1ffae72bf1
5 changed files with 235 additions and 2 deletions

11
runtime/dbus Normal 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