Skip to content

Commit

Permalink
[FIX] Use wkhtmltopdf adviced version for 8.0
Browse files Browse the repository at this point in the history
Latest wkhtmtopdf releases broke --dpi argument as well as
javascript loading in headers and footers.
  • Loading branch information
aab-odoo committed Feb 27, 2015
1 parent a86b7e6 commit 43973df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43973df

Please sign in to comment.