summaryrefslogtreecommitdiff
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
parent87d7236f93abb4ad27a85b4447cca2842bce816b (diff)
add alsa-utils to ffmpeg and gstreamer containerHEADmaster
-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/*