Bug 1287099 - Update Ubuntu 12.04 docker image for linux32; r=jmaher

This commit is contained in:
Geoff Brown 2017-01-09 09:17:49 -07:00
Родитель 726da10015
Коммит f1fac27354
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

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