Switch to ubuntu:15.10 and add gevent dependencies
This commit is contained in:
parent
d5392866c1
commit
405026e035
@ -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
|
||||
@ -12,6 +12,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 \
|
||||
|
Loading…
Reference in New Issue
Block a user