mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 07:55:45 +07:00
[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:
parent
48ba61d872
commit
5d4979a5f6
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user