Bug 1524723 - Upgrade apt in the Ubuntu 16.04 docker image. r=firefox-build-system-reviewers,rstewart

Differential Revision: https://phabricator.services.mozilla.com/D81282
This commit is contained in:
Mike Hommey 2020-06-26 16:29:30 +00:00
parent 4b0c41636b
commit 48d63aca96

View File

@ -96,6 +96,8 @@ apt_packages+=('python-pip')
apt_packages+=('python3-pip')
apt-get update
# Start by upgrading apt for CVE-2019-3462.
apt-get install -y apt
# This allows ubuntu-desktop to be installed without human interaction
export DEBIAN_FRONTEND=noninteractive
apt-get install -y -f "${apt_packages[@]}"