diff --git a/10.0/Dockerfile b/10.0/Dockerfile index f3ec734..68c49ad 100644 --- a/10.0/Dockerfile +++ b/10.0/Dockerfile @@ -20,6 +20,9 @@ RUN set -x; \ && 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 + +# Add requests unicodecsv, python libraries required for base_location_geonames_import module +RUN pip install requests unicodecsv # Install Odoo ENV ODOO_VERSION 10.0