Merge 90456fe819
into 6e12a64947
This commit is contained in:
commit
bed3581f5c
@ -21,9 +21,10 @@ RUN set -x; \
|
||||
|
||||
# Install Odoo
|
||||
ENV ODOO_VERSION 9.0
|
||||
ENV ODOO_RELEASE 20151008
|
||||
ENV ODOO_MINOR_VERSION 9.0c
|
||||
ENV ODOO_RELEASE 20151209
|
||||
RUN set -x; \
|
||||
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
|
||||
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_MINOR_VERSION}.${ODOO_RELEASE}_all.deb \
|
||||
&& 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