[IMP] runbot: set google-chrome version precisely

With this commit, it will be possible to play with different chrome
versions without impacting all runbot instances.

Chrome issues summary:

* 71: innerText linefeed issue
* 74: random chrome crash
* 80: V8 pointer compression exceed Odoo memory limits
This commit is contained in:
Christophe Monniez 2020-02-17 10:25:18 +01:00 committed by XavierDo
parent 48ba61d872
commit 5d4979a5f6

View File

@ -37,7 +37,7 @@ RUN set -x ; \
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
&& apt-get install -y -qq google-chrome-stable=71.0.3578.98-1
# Install phantomjs
RUN curl -sSL https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 -o /tmp/phantomjs.tar.bz2 \