mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-04-21 12:07:00 +02:00
update mpd
This commit is contained in:
parent
f51adaa2ad
commit
c94b7d5ec1
@ -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
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"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user