mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
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:
parent
0bdaed4a24
commit
4ed023a7f2
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user