From 26456ee7ffd22922f46fbe85ee6f28285b0f0281 Mon Sep 17 00:00:00 2001 From: Promise Fru <33162641+PromiseFru@users.noreply.github.com> Date: Fri, 3 Nov 2023 20:26:04 +0100 Subject: [PATCH] Remove no longer applicable comment regarding the "patch" package (#3789) --- infra/dockerfile.commit_retrieval | 1 - 1 file changed, 1 deletion(-) diff --git a/infra/dockerfile.commit_retrieval b/infra/dockerfile.commit_retrieval index 1d683d7b..82acad40 100644 --- a/infra/dockerfile.commit_retrieval +++ b/infra/dockerfile.commit_retrieval @@ -4,7 +4,6 @@ ENV PATH="${PATH}:/git-cinnabar" # git is required by the annotate pipeline. # libcurl4 is required by git-cinnabar. -# patch is required by the commit classifier script. RUN apt-get update && \ apt-get install -y --no-install-recommends git xz-utils curl libcurl4 && \ hg clone -r 7436689a409528730ee6a7a2a5e763c9fb821a8f https://hg.mozilla.org/hgcustom/version-control-tools /version-control-tools/ && \