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
This commit is contained in:
Gregory Szorc
2018-04-02 16:58:21 -07:00
parent 2d042e7643
commit 337058f98e

View File

@@ -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