diff options
Diffstat (limited to 'gstreamer/bullseye/Dockerfile')
-rw-r--r-- | gstreamer/bullseye/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gstreamer/bullseye/Dockerfile b/gstreamer/bullseye/Dockerfile index c686e8e..682fc8a 100644 --- a/gstreamer/bullseye/Dockerfile +++ b/gstreamer/bullseye/Dockerfile @@ -3,5 +3,5 @@ MAINTAINER Christian Pointner <equinox@helsinki.at> RUN set -x \ && apt-get update -q \ - && apt-get install -y -q gstreamer1.0-tools gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-alsa \ + && apt-get install -y -q gstreamer1.0-tools gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-alsa alsa-utils \ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* |