From 6cf0b3e1285bf04e88c3756cc4a4add29c7240ae Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Tue, 22 Sep 2020 19:57:49 +0200 Subject: [PATCH] [IMP] runbot: add ffmpeg tool to Dockerfile This will allow screenscasts on runbot. --- runbot/data/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/runbot/data/Dockerfile b/runbot/data/Dockerfile index b6a5826b..bcec2d65 100644 --- a/runbot/data/Dockerfile +++ b/runbot/data/Dockerfile @@ -9,6 +9,7 @@ RUN set -x ; \ build-essential \ ca-certificates \ curl \ + ffmpeg \ file \ fonts-freefont-ttf \ fonts-noto-cjk \