This commit is contained in:
Brandon
2019-08-18 03:33:57 -05:00

View File

@@ -6,14 +6,16 @@ WORKDIR /mopidy-iris
RUN \ RUN \
echo "* Installing Runtime Packages" \ 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 \ && apk add --no-cache \
libvpx \ libvpx@edge \
libcdio \ libcdio@edge \
gst-plugins-good \ gst-plugins-good@commuedge \
gst-plugins-ugly \ gst-plugins-ugly@commuedge \
py2-gst \ py2-gst@commuedge \
su-exec \ su-exec@edge \
tini \ tini@commuedge \
&& pip install -U \ && pip install -U \
pyopenssl \ pyopenssl \
youtube-dl \ youtube-dl \