summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ffmpeg/bullseye/Dockerfile2
-rw-r--r--gstreamer/bullseye/Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/ffmpeg/bullseye/Dockerfile b/ffmpeg/bullseye/Dockerfile
index 1e8ab6f..fda5552 100644
--- a/ffmpeg/bullseye/Dockerfile
+++ b/ffmpeg/bullseye/Dockerfile
@@ -3,5 +3,5 @@ MAINTAINER Christian Pointner <equinox@helsinki.at>
RUN set -x \
&& apt-get update -q \
- && apt-get install -y -q ffmpeg \
+ && apt-get install -y -q ffmpeg alsa-utils \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
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/*