Updated to same version as Odoo currently
This commit is contained in:
parent
51a2c83ab6
commit
9aad5c6c97
@ -21,10 +21,10 @@ RUN set -x; \
|
||||
|
||||
# Install Odoo
|
||||
ENV ODOO_VERSION 9.0
|
||||
ENV ODOO_RELEASE 20160405
|
||||
ENV ODOO_RELEASE 20160609
|
||||
RUN set -x; \
|
||||
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}c.${ODOO_RELEASE}_all.deb \
|
||||
&& echo 'cd6d49bf0f2bbdc1be7557d30156e87eaa5eb5f4 odoo.deb' | sha1sum -c - \
|
||||
&& echo '56e7e5dc2525fd8c1522c05deb0f7f349a966260 odoo.deb' | sha1sum -c - \
|
||||
&& dpkg --force-depends -i odoo.deb \
|
||||
&& apt-get update \
|
||||
&& apt-get -y install -f --no-install-recommends \
|
||||
|
Loading…
Reference in New Issue
Block a user