diff --git a/Dockerfile b/Dockerfile index ff67364..15abad7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,14 +6,16 @@ WORKDIR /mopidy-iris RUN \ echo "* Installing Runtime Packages" \ + && echo "@edge https://nl.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories \ + && echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \ && apk add --no-cache \ - libvpx \ - libcdio \ - gst-plugins-good \ - gst-plugins-ugly \ - py2-gst \ - su-exec \ - tini \ + libvpx@edge \ + libcdio@edge \ + gst-plugins-good@commuedge \ + gst-plugins-ugly@commuedge \ + py2-gst@commuedge \ + su-exec@edge \ + tini@commuedge \ && pip install -U \ pyopenssl \ youtube-dl \