Added dbus to firefox install macro
Our new ubuntu images do not have dbus installed by default, which is something that firefox needs to run. This patch adds dbus to the firefox install macro. Change-Id: Icfff30bb579dd7ac4a17fd268fe01f0816d2ac9e
This commit is contained in:
parent
317fabde96
commit
90f8e50130
@ -278,7 +278,7 @@
|
||||
builders:
|
||||
- shell: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y firefox
|
||||
sudo apt-get install -y firefox dbus
|
||||
|
||||
- builder:
|
||||
name: chrome-install
|
||||
|
Loading…
x
Reference in New Issue
Block a user