From 2715585e31079c648059d8f505de087bfa3ffa67 Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Wed, 12 Jun 2019 11:49:39 +0200 Subject: [PATCH] [IMP] runbot: add python3-markdown in Dockerfile Needed for running migration scripts. --- runbot/data/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runbot/data/Dockerfile b/runbot/data/Dockerfile index efd3d41d..cd3eb680 100644 --- a/runbot/data/Dockerfile +++ b/runbot/data/Dockerfile @@ -60,6 +60,10 @@ RUN npm install -g rtlcss # Install es-check tool RUN npm install -g es-check +# Install for migration scripts +RUN apt-get update \ + && apt-get install -y python3-markdown + # Install Odoo Debian dependencies ADD https://raw.githubusercontent.com/odoo/odoo/10.0/debian/control /tmp/p2-control ADD https://raw.githubusercontent.com/odoo/odoo/master/debian/control /tmp/p3-control