added phonenumbers, removed debrecated MAINTAINER
This commit is contained in:
parent
b3d6d018f7
commit
3cf71f8612
@ -1,5 +1,5 @@
|
|||||||
FROM debian:jessie
|
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
|
# Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf
|
||||||
RUN set -x; \
|
RUN set -x; \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM debian:stretch
|
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
|
# Generate locale C.UTF-8 for postgres and general locale data
|
||||||
ENV LANG C.UTF-8
|
ENV LANG C.UTF-8
|
||||||
@ -35,7 +35,7 @@ RUN set -x; \
|
|||||||
&& rm -rf /var/lib/apt/lists/* odoo.deb
|
&& rm -rf /var/lib/apt/lists/* odoo.deb
|
||||||
|
|
||||||
# Copy entrypoint script and Odoo configuration file
|
# Copy entrypoint script and Odoo configuration file
|
||||||
RUN pip3 install num2words xlwt
|
RUN pip3 install num2words xlwt phonenumbers
|
||||||
COPY ./entrypoint.sh /
|
COPY ./entrypoint.sh /
|
||||||
COPY ./odoo.conf /etc/odoo/
|
COPY ./odoo.conf /etc/odoo/
|
||||||
RUN chown odoo /etc/odoo/odoo.conf
|
RUN chown odoo /etc/odoo/odoo.conf
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM debian:jessie
|
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
|
# Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf
|
||||||
RUN set -x; \
|
RUN set -x; \
|
||||||
|
Loading…
Reference in New Issue
Block a user