From a6c15c3afbd06e7932b50f171b5c03f7bfd45341 Mon Sep 17 00:00:00 2001 From: Fabien BOURGEOIS Date: Tue, 29 Aug 2017 21:29:23 +0200 Subject: [PATCH] [IMP]Odoo 10 image freetype-dev needed to font to image export on Odoo v10 (with Pillow) --- odoo/odoo/Dockerfile.10 | 1 + 1 file changed, 1 insertion(+) diff --git a/odoo/odoo/Dockerfile.10 b/odoo/odoo/Dockerfile.10 index e8dfcc7..0e8a516 100644 --- a/odoo/odoo/Dockerfile.10 +++ b/odoo/odoo/Dockerfile.10 @@ -6,6 +6,7 @@ RUN apt-get update \ && apt-get install -y --no-install-recommends \ build-essential git mercurial curl \ libxml2-dev libxslt1-dev libldap2-dev libsasl2-dev libjpeg-dev libpq-dev \ + libfreetype6-dev \ python-dev python-setuptools python-pip nodejs npm # Handle Node PATH