From f035a31858457544b9285eeaced10d9b9a952cf6 Mon Sep 17 00:00:00 2001 From: Aaron Bohy Date: Fri, 27 Feb 2015 18:07:25 +0100 Subject: [PATCH] [REM] do not add nightly.odoo.com to sources list Since Odoo is the PID 1, updating Odoo in the container has no effect. --- 8.0/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/8.0/Dockerfile b/8.0/Dockerfile index 50efc10..bb67313 100644 --- a/8.0/Dockerfile +++ b/8.0/Dockerfile @@ -34,10 +34,6 @@ RUN curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odo && apt-get -y install -f --no-install-recommends \ && rm -rf /var/lib/apt/lists/* odoo.deb -# Retrieve Odoo public key and add Odoo nightly to repo list for further updates -RUN apt-key adv --keyserver pgp.mit.edu --recv-keys 0xdef2a2198183cbb5 \ - && echo "deb http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/ ./" >> /etc/apt/sources.list - # Run script and Odoo configuration file COPY ./run.sh / COPY ./openerp-server.conf /etc/odoo/