requests unicodecsv, python libraries required

requests unicodecsv, python libraries required  for base_location_geonames_import module
https://github.com/OCA/partner-contact/tree/10.0/base_location_geonames_import
This commit is contained in:
Nehemias Herrera 2017-09-29 16:21:08 -06:00 committed by GitHub
parent 667276df65
commit e79dbdf683

View File

@ -19,10 +19,9 @@ 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
# Add requests unicodecsv, python libraries required for base_location_geonames_import module && pip install requests unicodecsv
RUN pip install requests unicodecsv
# Install Odoo # Install Odoo
ENV ODOO_VERSION 10.0 ENV ODOO_VERSION 10.0