Install wkhtmltopdf for Odoo

This commit is contained in:
Disassembler 2021-03-20 22:33:10 +01:00
parent 1d688ad1ff
commit 2877cd2748
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{
"version": "14.0.0-210106",
"version": "14.0.0-210320",
"meta": {
"title": "Odoo",
"desc-cs": "Sada aplikací pro správu organizace",
@ -8,7 +8,7 @@
},
"containers": {
"odoo": {
"image": "odoo_14.0.0-210106",
"image": "odoo_14.0.0-210320",
"depends": [
"odoo-postgres"
],

View File

@ -1,9 +1,9 @@
IMAGE odoo_14.0.0-210106
IMAGE odoo_14.0.0-210320
FROM alpine3.12-python3.8_3.8.5-210106
RUN EOF
# Install runtime dependencies
apk --no-cache add libffi libjpeg-turbo libpq nodejs
apk --no-cache add libffi libjpeg-turbo libpq nodejs wkhtmltopdf
# Install build dependencies
apk --no-cache add --virtual .deps build-base git libffi-dev libjpeg-turbo-dev libxml2-dev libxslt-dev linux-headers openldap-dev postgresql-dev python3-dev