This commit is contained in:
Login Victor 2019-08-14 12:56:47 +03:00
parent 3b4a4775ef
commit 931417f087

View File

@ -44,8 +44,8 @@ RUN set -x; \
# Install Odoo
ENV ODOO_VERSION 11.0
ARG ODOO_RELEASE=20190718
ARG ODOO_SHA=8c8f6a6cbb191c8699cfb945cd1b30d189c1a3db
ARG ODOO_RELEASE=20190814
ARG ODOO_SHA=2618e6823d699d80e32a9221fc502184a89563e5
RUN set -x; \
curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
@ -55,7 +55,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 simplejson
COPY ./entrypoint.sh /
COPY ./odoo.conf /etc/odoo/
RUN chown odoo /etc/odoo/odoo.conf