Dockerfile modified to use the native pulseaudo instead of pulseaudio over network.

This is experimental.
This commit is contained in:
Gergely Peidl
2017-07-04 19:05:03 +02:00
committed by Werner Beroux
parent e2188c355c
commit 13ca60e50e
3 changed files with 100 additions and 56 deletions

View File

@@ -39,6 +39,9 @@ COPY entrypoint.sh /entrypoint.sh
# Default configuration.
COPY mopidy.conf /var/lib/mopidy/.config/mopidy/mopidy.conf
# Copy the pulse-client configuratrion.
COPY pulse-client.conf /etc/pulse/client.conf
# Allows any user to run mopidy, but runs by default as a randomly generated UID/GID.
ENV HOME=/var/lib/mopidy
RUN set -ex \