Bug 1629893, add graphviz to lint image to fix docs, r=sylvestre

The `sphinx.ext.graphviz` extension requires `dot` to be installed.
That's default on rtd, which is why we use it in the docs.
Adding this to the lint image as we use that for document building,
and it shouldn't hurt.

Differential Revision: https://phabricator.services.mozilla.com/D72395
This commit is contained in:
Axel Hecht 2020-04-24 16:25:59 +00:00
Родитель 984368c0d4
Коммит ae0ed9bfbd
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -14,6 +14,7 @@ apt_packages+=('curl')
apt_packages+=('iproute2')
apt_packages+=('locales')
apt_packages+=('git')
apt_packages+=('graphviz')
apt_packages+=('python')
apt_packages+=('python-pip')
apt_packages+=('python3')