You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-08-10 22:31:28 +02:00
update mpd
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user