Bug 1762037 - Update the lint docker image from Ubuntu 18.04 to Debian 11 r=linter-reviewers,ahal

Differential Revision: https://phabricator.services.mozilla.com/D142376
This commit is contained in:
Sylvestre Ledru 2022-07-20 20:31:14 +00:00
parent 0cbf56a774
commit 6b55606d5a
2 changed files with 2 additions and 3 deletions

View File

@ -108,7 +108,7 @@ jobs:
- deb11-valgrind
lint:
symbol: I(lnt)
parent: ubuntu1804-base
parent: debian11-base
# Neither the debian10-raw nor the debian10-packages images can have
# packages dependencies.
debian10-raw:

View File

@ -12,9 +12,8 @@ apt_packages+=('curl')
apt_packages+=('iproute2')
apt_packages+=('locales')
apt_packages+=('graphviz')
apt_packages+=('python')
apt_packages+=('python-pip')
apt_packages+=('python3-pip')
apt_packages+=('python-is-python3')
apt_packages+=('shellcheck')
apt_packages+=('sudo')
apt_packages+=('wget')