From f1fac2735447bcba8f902d79aea83ffe5387752f Mon Sep 17 00:00:00 2001 From: Geoff Brown Date: Mon, 9 Jan 2017 09:17:49 -0700 Subject: [PATCH] Bug 1287099 - Update Ubuntu 12.04 docker image for linux32; r=jmaher --- .../docker/recipes/ubuntu1204-test-system-setup.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/taskcluster/docker/recipes/ubuntu1204-test-system-setup.sh b/taskcluster/docker/recipes/ubuntu1204-test-system-setup.sh index 528b10ecac7d..0cdd1692a06a 100644 --- a/taskcluster/docker/recipes/ubuntu1204-test-system-setup.sh +++ b/taskcluster/docker/recipes/ubuntu1204-test-system-setup.sh @@ -257,6 +257,14 @@ apt-get -q -y --force-yes install \ mesa_version=$(dpkg-query -s libgl1-mesa-dri-lts-saucy | grep ^Version | awk '{ print $2 }') [ "$mesa_version" = "9.2.1-1ubuntu3~precise1mozilla2" ] || exit 1 +# additional packages for linux32 tests +apt-get -q -y --force-yes install \ + libcanberra-gtk3-module:i386 \ + libcanberra-gtk-module:i386 \ + libdbus-glib-1-2:i386 \ + libgtk-3-0:i386 \ + openjdk-7-jdk:i386 + # revert the list of repos cp sources.list.orig /etc/apt/sources.list apt-get update