summaryrefslogtreecommitdiff
path: root/gstreamer/bullseye/Dockerfile
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/bullseye/Dockerfile
parent5c59be747cb999545e3c7a16ad135bcbec679b22 (diff)
ubuntu: add focal and jammy, remove bionice; move app images to bullseye
Diffstat (limited to 'gstreamer/bullseye/Dockerfile')
-rw-r--r--gstreamer/bullseye/Dockerfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/gstreamer/bullseye/Dockerfile b/gstreamer/bullseye/Dockerfile
new file mode 100644
index 0000000..795084b
--- /dev/null
+++ b/gstreamer/bullseye/Dockerfile
@@ -0,0 +1,7 @@
+FROM docker.helsinki.at/ubuntu: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/*