This commit is contained in:
Nehemias Herrera
2017-11-05 01:25:12 +00:00
committed by GitHub
+3 -1
View File
@@ -2,6 +2,7 @@ FROM debian:jessie
MAINTAINER Odoo S.A. <info@odoo.com>
# Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf
# and requests, unicodecsv, python libraries required for base_location_geonames_import module
RUN set -x; \
apt-get update \
&& apt-get install -y --no-install-recommends \
@@ -19,7 +20,8 @@ RUN set -x; \
&& apt-get -y install -f --no-install-recommends \
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false npm \
&& rm -rf /var/lib/apt/lists/* wkhtmltox.deb \
&& pip install psycogreen==1.0
&& pip install psycogreen==1.0 \
&& pip install requests unicodecsv
# Install Odoo
ENV ODOO_VERSION 10.0