Commit Graph

6 Commits

Author SHA1 Message Date
Christophe Monniez
cff163063b [FIX] 11.0-13.0: remove deprecated label usage 2019-10-10 17:05:57 +02:00
Christophe Monniez
6600fd73a6 [FIX] 11.0-13.0: use python image as base image
In order to have an up to date version of Python and therefore an up to
date pip version, the Python Docker image is used instead of the Debian
one.

The choosen Python Docker images are based on desired version of Debian.

This avoid to upgrade pip inside the image, that was resulting in a
useless copy of pip.
2019-10-10 17:05:57 +02:00
Christophe Monniez
be52b925c1 [FIX] 11.0-13.0: use apt-get to install wkhtmltopdf
Usage of apt-get should prevent installing wkhtmltopdf on wrong
architecture.
2019-10-10 17:05:57 +02:00
Christophe Monniez
a8bbb7c72b [FIX] 11.0-13.0: use gpg batch mode
Without batch option, gpg may try to use /dev/tty.

See https://bugs.debian.org/913614
2019-10-10 17:05:52 +02:00
Christophe Monniez
def32c7106 [FIX] 11.0~13.0: install phonenumbers and upgrade pip
While phonenumbers is not required to run Odoo, it's a requested nice to
have.

Upgrading pip solves a red warning issued when pip installs docopt.

closes #245 and closes #168
2019-10-09 14:25:19 +02:00
Christophe Monniez
6e7938ab6a [ADD] Odoo: 13.0
* Add Odoo version 13.0 release 20191009
2019-10-09 13:49:49 +02:00