summaryrefslogtreecommitdiff
path: root/gstreamer
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2018-08-08 14:02:45 (GMT)
committerChristian Pointner <equinox@helsinki.at>2018-08-08 14:02:45 (GMT)
commit351923a554f1c971281d79b66e96d5f9929c3219 (patch)
tree413a7e4467cd36275d0d28346c99dc40f059c605 /gstreamer
parentcab67196dc458c84a3445173a15a4e1c184e9eaa (diff)
added gstreamer image
Diffstat (limited to 'gstreamer')
-rw-r--r--gstreamer/bionic/Dockerfile7
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/*