From 405026e0357ebc03c161b338d9252c50c86b0d65 Mon Sep 17 00:00:00 2001 From: Benjamin Shafii Date: Fri, 26 Feb 2016 18:03:11 +0100 Subject: [PATCH] Switch to ubuntu:15.10 and add gevent dependencies --- 8.0/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/8.0/Dockerfile b/8.0/Dockerfile index 0f2ab3c..1830fa1 100644 --- a/8.0/Dockerfile +++ b/8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:jessie +FROM ubuntu:15.10 MAINTAINER Odoo S.A. # 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 \