Updating sha1sum to match ODOO_RELEASE

This commit is contained in:
Peter Alabaster 2016-04-06 16:56:34 +01:00
parent 497eb61ebd
commit 4b7f96d793

View File

@ -39,7 +39,7 @@ ENV ODOO_VERSION 8.0
ENV ODOO_RELEASE 20160405
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo 'c19f6e7bba9b2e4dc4422398de8a3c20f2966749 odoo.deb' | sha1sum -c - \
&& echo '3215b64a9c2f937d4cad6c82ec8a5ceaa456e29d odoo.deb' | sha1sum -c - \
&& dpkg --force-depends -i odoo.deb \
&& apt-get update \
&& apt-get -y install -f --no-install-recommends \