[REF] Odoo 12-10 updated to 20181018.
This commit is contained in:
+2
-2
@@ -26,10 +26,10 @@ RUN set -x; \
|
||||
|
||||
# Install Odoo
|
||||
ENV ODOO_VERSION 12.0
|
||||
ENV ODOO_RELEASE 20181017
|
||||
ENV ODOO_RELEASE 20181018
|
||||
RUN set -x; \
|
||||
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
|
||||
&& echo '2e65f11888f03c076677004b4b102786ad4c3488 odoo.deb' | sha1sum -c - \
|
||||
&& echo 'c8623aa3173a0c2feb660ebe842df2a99a80c7c4 odoo.deb' | sha1sum -c - \
|
||||
&& dpkg --force-depends -i odoo.deb \
|
||||
&& apt-get update \
|
||||
&& apt-get -y install -f --no-install-recommends \
|
||||
|
||||
Reference in New Issue
Block a user