tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit b278826705199a291952a43a413cd7bd72f11b96
parent 960c0cb9d2042158efb67909329cd93c4b330158
Author: serge-sans-paille <sguelton@mozilla.com>
Date:   Fri, 28 Nov 2025 20:58:41 +0000

Bug 2002254 - No longer install m4 in debian-build and lint docker images r=jcristau

Differential Revision: https://phabricator.services.mozilla.com/D273995

Diffstat:
Mtaskcluster/docker/debian-build/Dockerfile | 1-
Mtaskcluster/docker/lint/system-setup.sh | 1-
2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/taskcluster/docker/debian-build/Dockerfile b/taskcluster/docker/debian-build/Dockerfile @@ -37,7 +37,6 @@ RUN apt-get update && \ libgtk-3-0 \ libucl1 \ libxml2 \ - m4 \ make \ p7zip-full \ perl \ diff --git a/taskcluster/docker/lint/system-setup.sh b/taskcluster/docker/lint/system-setup.sh @@ -11,7 +11,6 @@ apt_packages=() apt_packages+=('curl') apt_packages+=('iproute2') apt_packages+=('locales') -apt_packages+=('m4') apt_packages+=('fzf') apt_packages+=('graphviz') apt_packages+=('python3-pip')