This commit is contained in:
Brandon
2019-08-18 04:00:05 -05:00
parent 2d29072dd4
commit 148f6944cb

View File

@@ -6,16 +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 \ && echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
&& apk upgrade --update \
&& apk add --no-cache \ && apk add --no-cache \
libvpx@edge \ libvpx \
libcdio@edge \ libcdio \
libffi@edge \ libffi-dev \
gst-plugins-good@commuedge \ gst-plugins-good \
gst-plugins-ugly@commuedge \ gst-plugins-ugly \
py2-gst@commuedge \ py2-gst \
su-exec@edge \ su-exec \
tini@commuedge \ tini@commuedge \
&& pip install -U \ && pip install -U \
pyopenssl \ pyopenssl \