[IMP] better language support for slug method

This commit is contained in:
Bohdan Lisnenko
2018-07-30 17:47:49 +03:00
committed by GitHub
parent 67e5ceb0fa
commit 41aaef53b6
+1 -1
View File
@@ -19,7 +19,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 python-slugify
# Install Odoo # Install Odoo
ENV ODOO_VERSION 10.0 ENV ODOO_VERSION 10.0