mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[IMP] runbot: add python3-markdown in Dockerfile
Needed for running migration scripts.
This commit is contained in:
parent
b98ff23cd9
commit
2715585e31
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user