mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 16:05:42 +07:00
[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:
parent
a91b08897f
commit
f94c8d7390
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user