FROM docker.helsinki.at/debian:bullseye MAINTAINER Christian Pointner 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 alsa-utils \ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*