added phonenumbers, removed debrecated MAINTAINER

This commit is contained in:
Sascha Pfeiffer 2018-02-12 10:59:45 +01:00
parent b3d6d018f7
commit 3cf71f8612
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
FROM debian:jessie
MAINTAINER Odoo S.A. <info@odoo.com>
LABEL maintainer="Odoo S.A. <info@odoo.com>"
# Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf
RUN set -x; \

View File

@ -1,5 +1,5 @@
FROM debian:stretch
MAINTAINER Odoo S.A. <info@odoo.com>
LABEL maintainer="Odoo S.A. <info@odoo.com>"
# 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

View File

@ -1,5 +1,5 @@
FROM debian:jessie
MAINTAINER Odoo S.A. <info@odoo.com>
LABEL maintainer="Odoo S.A. <info@odoo.com>"
# Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf
RUN set -x; \