Bug 1725444 - install python2 in partner-repack docker image. r=releng-reviewers,bhearsum

The partner-repack scripts use the "repo" tool from
https://github.com/mozilla/git-repo which hasn't been ported to python3
yet, so need to make sure python2 is available.

Differential Revision: https://phabricator.services.mozilla.com/D122605
This commit is contained in:
Julien Cristau 2021-08-13 15:41:58 +00:00
Родитель 09dd90f42e
Коммит 03d4b849e3
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -13,6 +13,7 @@ RUN apt-get update && \
git \
gzip \
openssh-client \
python2 \
unzip \
zip