Bug 1853091 - Add xxd to the diffoscope docker image. r=taskgraph-reviewers,jcristau

diffoscope uses it to display nicer binary diffs.

Differential Revision: https://phabricator.services.mozilla.com/D188293
This commit is contained in:
Mike Hommey 2023-09-19 08:29:07 +00:00
Родитель c1b805aea6
Коммит c27fa81b1c
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -19,6 +19,7 @@ RUN apt-get install \
default-jdk-headless \
python3-progressbar \
unzip \
xxd \
zip \
&& \
sed -i '/en_US.UTF-8/s/^# *//' /etc/locale.gen && \