diff --git a/Dockerfile b/Dockerfile index 32c3c3b..50cc4f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,8 @@ RUN set -eux; \ # install gstreamer plugins RUN set -eux; \ - apt-get install -y gstreamer1.0-plugins-good gstreamer1.0-plugins-bad + apt-get install -y gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly gstreamer1.0-plugins-bad; \ + apt-get install -y gstreamer1.0-libav gstreamer1.0-tools # add user to sudoers RUN set -eux; \