diff options
Diffstat (limited to 'taskcluster/docker/lint/system-setup.sh')
-rw-r--r-- | taskcluster/docker/lint/system-setup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/taskcluster/docker/lint/system-setup.sh b/taskcluster/docker/lint/system-setup.sh index 33516d890a..4ac14b8d80 100644 --- a/taskcluster/docker/lint/system-setup.sh +++ b/taskcluster/docker/lint/system-setup.sh @@ -11,6 +11,7 @@ apt_packages=() apt_packages+=('curl') apt_packages+=('iproute2') apt_packages+=('locales') +apt_packages+=('m4') apt_packages+=('graphviz') apt_packages+=('python3-pip') apt_packages+=('python-is-python3') |