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