mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 18:47:53 +00:00
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:
parent
4b0c41636b
commit
48d63aca96
@ -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[@]}"
|
||||
|
Loading…
Reference in New Issue
Block a user