This commit is contained in:
Brandon
2019-08-16 17:44:52 -05:00
parent afef31f8f4
commit cd1a58d0d9

View File

@@ -6,15 +6,14 @@ WORKDIR /mopidy-iris
RUN \ RUN \
echo "* Installing Runtime Packages" \ echo "* Installing Runtime Packages" \
&& echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
&& apk add --no-cache \ && apk add --no-cache \
libvpx-dev \ libvpx \
gst-plugins-good \ gst-plugins-good \
gst-plugins-ugly \ gst-plugins-ugly \
py2-gst \ py2-gst \
su-exec \ su-exec \
tini@commuedge \ tini \
&& pip instatall -U \ && pip install -U \
pyopenssl \ pyopenssl \
youtube-dl \ youtube-dl \
&& echo "* Installing Mopidy + Extensions" \ && echo "* Installing Mopidy + Extensions" \