From bf9ec0b7dba26ce43b5ac96d0b3c51aeb24ce451 Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Fri, 17 Jan 2020 17:10:25 +0100 Subject: [PATCH] [FIX] runbot: add file command to build Odoo 8.0 and 9.0 --- runbot/data/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/runbot/data/Dockerfile b/runbot/data/Dockerfile index 29425d5e..7b92e7de 100644 --- a/runbot/data/Dockerfile +++ b/runbot/data/Dockerfile @@ -9,6 +9,7 @@ RUN set -x ; \ build-essential \ ca-certificates \ curl \ + file \ fonts-freefont-ttf \ fonts-noto-cjk \ gawk \