Go to file
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
14.0 [REF] Odoo 14.0-16.0: update to release 20231106 2023-11-06 15:04:57 +01:00
15.0 [REF] Odoo 14.0-16.0: update to release 20231106 2023-11-06 15:04:57 +01:00
16.0 [FIX] Odoo 16.0: handle goarch and dpkg arch output 2023-11-06 15:16:33 +01:00
.gitignore [ADD] gitignore 2016-11-03 20:23:37 +01:00
LICENSE [ADD] Licence file 2016-11-03 20:24:14 +01:00
README.md Create README.md 2014-12-11 09:17:08 +01:00

About this Repo

This is the Git repo of the official Docker image for Odoo. See the Hub page for the full readme on how to use the Docker image and for information regarding contributing and issues.

The full readme is generated over in docker-library/docs, specifically in docker-library/docs/odoo.