From 351923a554f1c971281d79b66e96d5f9929c3219 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 8 Aug 2018 16:02:45 +0200 Subject: added gstreamer image diff --git a/build-app-images.sh b/build-app-images.sh index a4368c9..56ca0a5 100755 --- a/build-app-images.sh +++ b/build-app-images.sh @@ -24,3 +24,4 @@ function run_build { } run_build "ffmpeg:bionic" "ffmpeg/bionic" +run_build "gstreamer:bionic" "gstreamer/bionic" 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 + +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/* -- cgit v0.10.2