1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-08-10 22:31:28 +02:00

update mpd

This commit is contained in:
kev
2021-02-09 16:58:42 +08:00
parent 6ba60fe6b2
commit b4bc83b24c
12 changed files with 68 additions and 2609 deletions

View File

@@ -2,14 +2,13 @@
# Dockerfile for mpd
#
FROM alpine:3
FROM alpine:3.12
MAINTAINER EasyPi Software Foundation
RUN set -xe \
&& apk add --no-cache mpd mpc \
&& setcap -r /usr/bin/mpd
COPY mpd.conf /etc/mpd.conf
VOLUME /var/lib/mpd
EXPOSE 6600