diff options
author | Christian Pointner <equinox@helsinki.at> | 2018-08-08 14:02:45 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2018-08-08 14:02:45 (GMT) |
commit | 351923a554f1c971281d79b66e96d5f9929c3219 (patch) | |
tree | 413a7e4467cd36275d0d28346c99dc40f059c605 /gstreamer/bionic/Dockerfile | |
parent | cab67196dc458c84a3445173a15a4e1c184e9eaa (diff) |
added gstreamer image
Diffstat (limited to 'gstreamer/bionic/Dockerfile')
-rw-r--r-- | gstreamer/bionic/Dockerfile | 7 |
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/* |