summaryrefslogtreecommitdiff
path: root/gstreamer/bullseye/Dockerfile
blob: c686e8edd655d8149c435da3c3aa4eea40bb143a (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 \
    && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*