summaryrefslogtreecommitdiff
path: root/gstreamer/bionic/Dockerfile
blob: 1bd627c639020d89b8bc5e13b0ceeaf36554db5b (plain)
1
2
3
4
5
6
7
FROM docker.helsinki.at/ubuntu:bionic
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/*