fix last edited line, added requests, inocdecsv
and requests, unicodecsv, python libraries required for base_location_geonames_import module
This commit is contained in:
parent
e79dbdf683
commit
6f0bb043ac
@ -2,6 +2,7 @@ FROM debian:jessie
|
|||||||
MAINTAINER Odoo S.A. <info@odoo.com>
|
MAINTAINER Odoo S.A. <info@odoo.com>
|
||||||
|
|
||||||
# Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf
|
# 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; \
|
RUN set -x; \
|
||||||
apt-get update \
|
apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
@ -19,8 +20,7 @@ RUN set -x; \
|
|||||||
&& apt-get -y install -f --no-install-recommends \
|
&& 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 \
|
&& 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 \
|
&& rm -rf /var/lib/apt/lists/* wkhtmltox.deb \
|
||||||
&& pip install psycogreen==1.0
|
&& pip install psycogreen==1.0 \
|
||||||
# requests unicodecsv, python libraries required for base_location_geonames_import module
|
|
||||||
&& pip install requests unicodecsv
|
&& pip install requests unicodecsv
|
||||||
|
|
||||||
# Install Odoo
|
# Install Odoo
|
||||||
|
Loading…
Reference in New Issue
Block a user