diff --git a/Dockerfile b/Dockerfile index cb3eeae..6f0b8bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,10 +8,10 @@ RUN \ echo "* Installing Runtime Packages" \ && echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \ && apk add --no-cache \ - libvpx \ - gst-plugins-good@commuedge \ - gst-plugins-ugly@commuedge \ - py2-gst@commuedge \ + libvpx-dev \ + gst-plugins-good \ + gst-plugins-ugly \ + py2-gst \ su-exec \ tini@commuedge \ && pip instatall -U \