Bug 1449629 - Install Python 3.5 in debian-base; r=glandium

We want Python 3.5+ to be available everywhere so various processes
can start using it.

The debian-base Dockerfile is shared by Debian 7 and 9 images.
Debian 9 ships with Python 3.5 and after the previous commit, we
have a Python 3.5 package for Debian 7. So we simply install the
"python3.5" package to get Python on all the Debian images.

MozReview-Commit-ID: 9ZmoSxtHWTZ

--HG--
extra : rebase_source : be4e62e7d731a3c39ee9ce205d75f1e525192acc
This commit is contained in:
Gregory Szorc 2018-04-02 16:58:21 -07:00
Родитель cbab55349e
Коммит 70d55f427e
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -54,6 +54,7 @@ RUN /usr/local/sbin/setup_packages.sh $DOCKER_IMAGE_PACKAGES && \
make \
mercurial \
python \
python3.5 \
xz-utils
# %include testing/mozharness/external_tools/robustcheckout.py