diff options
author | Christian Pointner <equinox@helsinki.at> | 2018-08-08 12:40:42 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2018-08-08 12:40:42 (GMT) |
commit | cab67196dc458c84a3445173a15a4e1c184e9eaa (patch) | |
tree | 4e1e48aa704a407dd8f58b2136a5d782f85e32ca /ffmpeg | |
parent | 021b7e925b605539b1deb201d43959995223ead4 (diff) |
added ffmpeg app image
Diffstat (limited to 'ffmpeg')
-rw-r--r-- | ffmpeg/bionic/Dockerfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ffmpeg/bionic/Dockerfile b/ffmpeg/bionic/Dockerfile new file mode 100644 index 0000000..aa04dda --- /dev/null +++ b/ffmpeg/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 ffmpeg \ + && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* |