diff options
author | Christian Pointner <equinox@spreadspace.org> | 2023-02-08 13:07:47 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2023-02-08 13:07:47 (GMT) |
commit | c01c1a68ab982fe9342a5691910583726c7c666d (patch) | |
tree | b33f7feed0b3662728dadfe1c12645b784b95571 /ffmpeg/bionic | |
parent | 5c59be747cb999545e3c7a16ad135bcbec679b22 (diff) |
ubuntu: add focal and jammy, remove bionice; move app images to bullseye
Diffstat (limited to 'ffmpeg/bionic')
-rw-r--r-- | ffmpeg/bionic/Dockerfile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ffmpeg/bionic/Dockerfile b/ffmpeg/bionic/Dockerfile deleted file mode 100644 index aa04dda..0000000 --- a/ffmpeg/bionic/Dockerfile +++ /dev/null @@ -1,7 +0,0 @@ -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/* |