docker-odoo/16.0
Christophe Monniez 3864188c94 [FIX] Odoo 16.0: handle goarch and dpkg arch output
On ppc64le, the output of `dpkg --print-architecture` is `ppc64el`while
the goarch value is `ppc64le`.

So wkhtmltopdf would not be installed if the Dockerfile is built on a
ppc64le without using the TARGETARCH arg.

With this commit, this case is also handled.
2023-11-06 15:16:33 +01:00
..
Dockerfile [FIX] Odoo 16.0: handle goarch and dpkg arch output 2023-11-06 15:16:33 +01:00
entrypoint.sh [ADD] Odoo: 16.0 2022-10-12 16:41:02 +02:00
odoo.conf [ADD] Odoo: 16.0 2022-10-12 16:41:02 +02:00
wait-for-psql.py [ADD] Odoo: 16.0 2022-10-12 16:41:02 +02:00