[FIX] runbot: use odoo repo for google-chrome

The since google chrome 74, a random bug makes it crash at startup,
making the odoo tests crash.

With this commit, an odoo custom deb repo is used on nightly with a
known working chrome version.
This commit is contained in:
Christophe Monniez 2019-08-26 12:21:34 +02:00 committed by Xavier-Do
parent a91b08897f
commit f94c8d7390

View File

@ -31,8 +31,8 @@ RUN set -x ; \
zlib1g-dev
# Install Google Chrome
RUN curl -sSL https://dl.google.com/linux/linux_signing_key.pub | apt-key add - \
&& echo "deb https://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list \
RUN curl -sSL http://nightly.odoo.com/odoo.key | apt-key add - \
&& echo "deb http://nightly.odoo.com/deb/bionic ./" > /etc/apt/sources.list.d/google-chrome.list \
&& apt-get update \
&& apt-get install -y -qq google-chrome-stable