Bug 1471103 - Add a few useful packages to the base Debian docker images. r=froydnj

--HG--
extra : rebase_source : f10f6c3d00e60ab705595250e38d5ea6d09966a0
This commit is contained in:
Mike Hommey 2018-06-26 10:59:34 +09:00
parent 8c5b175f2f
commit bf8286ece7

View File

@ -51,13 +51,16 @@ RUN /usr/local/sbin/setup_packages.sh $DOCKER_IMAGE_PACKAGES && \
apt-get update && \
apt-get install \
git \
less \
make \
mercurial \
patch \
python \
python3.5 \
python3-minimal \
python-zstandard \
python3-zstandard \
vim-tiny \
xz-utils
# %include testing/mozharness/external_tools/robustcheckout.py