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