diff --git a/Dockerfile b/Dockerfile index b89228a..b06c762 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,9 +8,9 @@ RUN \ echo "* Installing Runtime Packages" \ && echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \ && apk add --no-cache \ - gst-plugins-good \ - gst-plugins-ugly \ - py2-gst \ + gst-plugins-good@commuedge \ + gst-plugins-ugly@commuedge \ + py2-gst@commuedge \ su-exec@commuedge \ tini@commuedge \ && pip instatall -U \ diff --git a/README.md b/README.md index fc79f2a..00ed678 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Mopidy + Iris Alpine Docker Image +![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/log1x/mopidy-iris?style=flat-square) +![Docker Pulls](https://img.shields.io/docker/pulls/log1x/mopidy-iris?style=flat-square) +![Docker Stars](https://img.shields.io/docker/stars/log1x/mopidy-iris?style=flat-square) + [Iris](https://github.com/jaedb/Iris) (formerly known as Spotmop) is an extension for the Mopidy music server. With support for Spotify, LastFM, Snapcast, Icecast and many other extensions, Iris is the software that brings all your music into one user-friendly and unified interface. ## Usage @@ -16,7 +20,7 @@ $ docker run -d \ log1x/mopidy-iris ``` -**Iris (Web UI):** `http://:6680` +- **Iris (Web UI):** `http://:6680` ## Bug Reports