From 337058f98e901b12e9af9fb34240f197e55a4cdc Mon Sep 17 00:00:00 2001 From: Gregory Szorc Date: Mon, 2 Apr 2018 16:58:21 -0700 Subject: [PATCH] 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 --- taskcluster/docker/debian-base/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/taskcluster/docker/debian-base/Dockerfile b/taskcluster/docker/debian-base/Dockerfile index c3eebd715cd1..c447f6ed20be 100644 --- a/taskcluster/docker/debian-base/Dockerfile +++ b/taskcluster/docker/debian-base/Dockerfile @@ -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