[REF] Odoo 12-10 updated to 20181102.
This commit is contained in:
+2
-2
@@ -26,10 +26,10 @@ RUN set -x; \
|
||||
|
||||
# Install Odoo
|
||||
ENV ODOO_VERSION 11.0
|
||||
ENV ODOO_RELEASE 20181101
|
||||
ENV ODOO_RELEASE 20181102
|
||||
RUN set -x; \
|
||||
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
|
||||
&& echo 'ba34fde6543ac67789fbb704a815164734692a49 odoo.deb' | sha1sum -c - \
|
||||
&& echo '9b9dba213bb36dc03f1214f4483628d5cd941c24 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