Remove no longer applicable comment regarding the "patch" package (#3789)

This commit is contained in:
Promise Fru 2023-11-03 20:26:04 +01:00 коммит произвёл GitHub
Родитель 9bc7dd03b9
Коммит 26456ee7ff
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -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/ && \