mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
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:
parent
cbab55349e
commit
70d55f427e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user