From 3cf71f8612abca65b1fde1a83a62b921fc7a7533 Mon Sep 17 00:00:00 2001 From: Sascha Pfeiffer Date: Mon, 12 Feb 2018 10:59:45 +0100 Subject: [PATCH] added phonenumbers, removed debrecated MAINTAINER --- 10.0/Dockerfile | 2 +- 11.0/Dockerfile | 4 ++-- 9.0/Dockerfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/10.0/Dockerfile b/10.0/Dockerfile index a3e32e1..19cb0e2 100644 --- a/10.0/Dockerfile +++ b/10.0/Dockerfile @@ -1,5 +1,5 @@ FROM debian:jessie -MAINTAINER Odoo S.A. +LABEL maintainer="Odoo S.A. " # Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf RUN set -x; \ diff --git a/11.0/Dockerfile b/11.0/Dockerfile index eac528a..60d2a49 100644 --- a/11.0/Dockerfile +++ b/11.0/Dockerfile @@ -1,5 +1,5 @@ FROM debian:stretch -MAINTAINER Odoo S.A. +LABEL maintainer="Odoo S.A. " # Generate locale C.UTF-8 for postgres and general locale data ENV LANG C.UTF-8 @@ -35,7 +35,7 @@ RUN set -x; \ && rm -rf /var/lib/apt/lists/* odoo.deb # Copy entrypoint script and Odoo configuration file -RUN pip3 install num2words xlwt +RUN pip3 install num2words xlwt phonenumbers COPY ./entrypoint.sh / COPY ./odoo.conf /etc/odoo/ RUN chown odoo /etc/odoo/odoo.conf diff --git a/9.0/Dockerfile b/9.0/Dockerfile index 52c3cf9..a9b3872 100644 --- a/9.0/Dockerfile +++ b/9.0/Dockerfile @@ -1,5 +1,5 @@ FROM debian:jessie -MAINTAINER Odoo S.A. +LABEL maintainer="Odoo S.A. " # Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf RUN set -x; \