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:
Michael Krotscheck 2016-03-18 08:31:55 -07:00
parent 317fabde96
commit 90f8e50130

View File

@ -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