Commit d18aa6e3 authored by Chris AtLee's avatar Chris AtLee
Browse files

Bug 1456855: Install a newer freetype from Ubuntu bionic (18.04) r=Callek

Differential Revision: https://phabricator.services.mozilla.com/D21360

--HG--
extra : moz-landing-system : lando
parent a67e8bcc
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -177,7 +177,20 @@ apt-get -q -y -f install \

# revert the list of repos
cp sources.list.orig /etc/apt/sources.list

# Get some bionic packages
sed 's/xenial/bionic/g' /etc/apt/sources.list > /etc/apt/sources.list.d/bionic.list
cat <<EOF > /etc/apt/preferences.d/pinning
Package: *
Pin: release n=xenial
Pin-Priority: 900

Package: *
Pin: release a=bionic
Pin-Priority: 800
EOF
apt-get update
apt-get -y -f -t bionic install libfreetype6

# clean up
# Purge unneeded stuff from the image