gecko-dev/taskcluster/docker/update-verify
Mitchell Hentges 70d9fb7e25 Bug 1723031: Resolve update-verify image python package incompatibility r=glandium
Due to having apt install "recommended packages", we're having the
`python3-gi` package installed.
However, though the *apt* package of `python3-gi` doesn't depend on
anything, the underlying Python `PyGObject` package does depend on
`pycairo`.

By installing `python3-cairo`, we resolve the missing Python package
dependency, allowing `pip check` to complete successfully.

Differential Revision: https://phabricator.services.mozilla.com/D127458
2021-10-05 15:22:43 +00:00
..
Dockerfile Bug 1723031: Resolve update-verify image python package incompatibility r=glandium 2021-10-05 15:22:43 +00:00
system-setup.sh Bug 1719622 - Upgrade mercurial to 5.8.1 in docker images. r=sheehan 2021-07-20 04:01:35 +00:00