summaryrefslogtreecommitdiff
path: root/gstreamer
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-02-08 19:35:23 (GMT)
committerChristian Pointner <equinox@spreadspace.org>2023-02-08 19:35:23 (GMT)
commita1bef41fc1ab59bf608daff6520132c311078041 (patch)
treebcf7551663870d83666bd8a075a564c1860bd957 /gstreamer
parent87d7236f93abb4ad27a85b4447cca2842bce816b (diff)
add alsa-utils to ffmpeg and gstreamer containerHEADmaster
Diffstat (limited to 'gstreamer')
-rw-r--r--gstreamer/bullseye/Dockerfile2
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/*