diff options
Diffstat (limited to 'gstreamer/bionic/Dockerfile')
-rw-r--r-- | gstreamer/bionic/Dockerfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gstreamer/bionic/Dockerfile b/gstreamer/bionic/Dockerfile new file mode 100644 index 0000000..1bd627c --- /dev/null +++ b/gstreamer/bionic/Dockerfile @@ -0,0 +1,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/* |