Bug 1407672 - Pre: Add rsync for l10n repacks and interactive helpers in android-build image. r=Callek

MozReview-Commit-ID: 9c1J7PdpLp2

--HG--
extra : rebase_source : 76c781b6279a3ab53e0e5ad370dd9dfe625799d2
This commit is contained in:
Nick Alexander 2017-10-12 08:30:20 -07:00
Родитель 0bdaed4a24
Коммит 4ed023a7f2
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -49,6 +49,8 @@ COPY sources.list /etc/apt/
# the :i386 packages we install below.
RUN dpkg --add-architecture i386
# rsync is required for l10n single locale repacks. less, screen, and
# vim, help debugging interactive tasks in Task Cluster.
RUN apt-get update -q && \
apt-get install -yyq --no-install-recommends \
autoconf2.13 \
@ -60,6 +62,7 @@ RUN apt-get update -q && \
curl \
file \
gnupg \
less \
make \
procps \
python \
@ -68,10 +71,13 @@ RUN apt-get update -q && \
python-pip \
python-setuptools \
python-virtualenv \
rsync \
screen \
sudo \
tar \
unzip \
uuid \
vim \
wget \
xz-utils \
yasm \