diff options
author | Christian Pointner <equinox@spreadspace.org> | 2023-02-08 19:35:23 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2023-02-08 19:35:23 (GMT) |
commit | a1bef41fc1ab59bf608daff6520132c311078041 (patch) | |
tree | bcf7551663870d83666bd8a075a564c1860bd957 | |
parent | 87d7236f93abb4ad27a85b4447cca2842bce816b (diff) |
-rw-r--r-- | ffmpeg/bullseye/Dockerfile | 2 | ||||
-rw-r--r-- | gstreamer/bullseye/Dockerfile | 2 |
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/* |