1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00

update mpd

This commit is contained in:
kev 2016-08-23 20:18:02 +08:00
parent f51adaa2ad
commit c94b7d5ec1
4 changed files with 20 additions and 5 deletions

@ -5,9 +5,7 @@
FROM alpine
MAINTAINER kev <noreply@easypi.info>
RUN set -x \
&& apk add -U mosquitto \
&& rm -rf /var/cache/apk/*
RUN apk add --no-cache mosquitto
VOLUME /etc/mosquitto
EXPOSE 1883

17
mpd/arm/Dockerfile.debian Normal file

@ -0,0 +1,17 @@
#
# Dockerfile for mpd-arm
#
FROM armhf/debian:jessie
MAINTAINER EasyPi Software Foundation
RUN set -xe \
&& apt-get update \
&& apt-get install -y mpd mpc \
&& rm -rf /var/lib/apt/lists/*
COPY mpd.conf /etc/mpd.conf
VOLUME /var/lib/mpd
EXPOSE 6600
CMD ["mpd", "--stdout", "--no-daemon"]

@ -16,7 +16,7 @@ input {
audio_output {
type "alsa"
name "Default Audio Device"
name "My ALSA Device"
mixer_type "software"
}

@ -16,7 +16,7 @@ input {
audio_output {
type "alsa"
name "Default Audio Device"
name "My ALSA Device"
mixer_type "software"
}