This commit is contained in:
Benjamin 2017-02-07 17:56:14 +00:00 committed by GitHub
commit 045a7885e4

View File

@ -1,4 +1,4 @@
FROM debian:jessie
FROM ubuntu:15.10
MAINTAINER Odoo S.A. <info@odoo.com>
# Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf
@ -14,6 +14,9 @@ RUN set -x; \
python-pyinotify \
python-renderpm \
python-support \
python-gevent \
python-psycopg2 \
python-psycogreen \
&& 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 \