Bump
This commit is contained in:
@@ -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" \
|
||||||
|
|||||||
Reference in New Issue
Block a user