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
2016-08-23 20:18:02 +08:00
parent f51adaa2ad
commit c94b7d5ec1
4 changed files with 20 additions and 5 deletions

View File

@@ -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