summaryrefslogtreecommitdiff
path: root/gstreamer/bullseye/Dockerfile
blob: 682fc8a4c051fc9cd7948793a1d35d960641c2ce (plain)
1
2
3
4
5
6
7
FROM docker.helsinki.at/debian:bullseye
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 alsa-utils \
    && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*