Skip to content

Commit

Permalink
add dbus stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
shawaj committed Jan 4, 2021
1 parent 9cbdc52 commit 2246118
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,5 @@ services:
restart: on-failure
privileged: true
network_mode: host
labels:
io.balena.features.dbus: 1
1 change: 1 addition & 0 deletions plugins/tidal/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM balenalib/%%BALENA_MACHINE_NAME%%-debian:buster

# Audio block setup
ENV PULSE_SERVER=tcp:localhost:4317
ENV DBUS_SYSTEM_BUS_ADDRESS=unix:path=/host/run/dbus/system_bus_socket
RUN curl -sL https://raw.githubusercontent.com/balenablocks/audio/master/scripts/alsa-bridge/debian-setup.sh | sh

RUN echo "deb http://archive.raspbian.org/raspbian stretch main" >> /etc/apt/sources.list \
Expand Down

0 comments on commit 2246118

Please sign in to comment.