From 41aaef53b63524df04e8f18528655b645495f7dd Mon Sep 17 00:00:00 2001 From: Bohdan Lisnenko Date: Mon, 30 Jul 2018 17:47:49 +0300 Subject: [PATCH] [IMP] better language support for slug method --- 10.0/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10.0/Dockerfile b/10.0/Dockerfile index e36f6e9..6bad33f 100644 --- a/10.0/Dockerfile +++ b/10.0/Dockerfile @@ -19,7 +19,7 @@ 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 python-slugify # Install Odoo ENV ODOO_VERSION 10.0