[FIX] Use wkhtmltopdf adviced version for 8.0
Latest wkhtmtopdf releases broke --dpi argument as well as javascript loading in headers and footers.
This commit is contained in:
parent
a86b7e6dbc
commit
43973dfcf9
@ -11,8 +11,8 @@ RUN apt-get update \
|
||||
python-support \
|
||||
&& npm install -g less less-plugin-clean-css \
|
||||
&& ln -s /usr/bin/nodejs /usr/bin/node \
|
||||
&& curl -o wkhtmltox.deb -SL http://nightly.odoo.com/extra/wkhtmltox-0.12.2.1_linux-jessie-amd64.deb \
|
||||
&& echo 'c81fffae4c0914f95fb12e047a72edda5042b1c6 wkhtmltox.deb' | sha1sum -c - \
|
||||
&& curl -o wkhtmltox.deb -SL http://nightly.odoo.com/extra/wkhtmltox-0.12.1.2_linux-jessie-amd64.deb \
|
||||
&& echo '40e8b906de658a2221b15e4e8cd82565a47d7ee8 wkhtmltox.deb' | sha1sum -c - \
|
||||
&& dpkg --force-depends -i wkhtmltox.deb \
|
||||
&& apt-get -y install -f \
|
||||
&& rm -rf /var/lib/apt/lists/* wkhtmltox.deb
|
||||
|
Loading…
Reference in New Issue
Block a user