summaryrefslogtreecommitdiff
path: root/gstreamer/bionic
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-02-08 13:07:47 (GMT)
committerChristian Pointner <equinox@spreadspace.org>2023-02-08 13:07:47 (GMT)
commitc01c1a68ab982fe9342a5691910583726c7c666d (patch)
treeb33f7feed0b3662728dadfe1c12645b784b95571 /gstreamer/bionic
parent5c59be747cb999545e3c7a16ad135bcbec679b22 (diff)
ubuntu: add focal and jammy, remove bionice; move app images to bullseye
Diffstat (limited to 'gstreamer/bionic')
-rw-r--r--gstreamer/bionic/Dockerfile7
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/*