]> git.ipfire.org Git - thirdparty/patchwork.git/commit
docker: Install Python 3.4
authorDaniel Axtens <dja@axtens.net>
Fri, 26 Aug 2016 06:55:59 +0000 (16:55 +1000)
committerStephen Finucane <stephenfinucane@hotmail.com>
Thu, 1 Sep 2016 20:25:08 +0000 (21:25 +0100)
commitba6f7f0d4ebd7ef1ffc15d93d0222277b2289b28
tree6770c3f745254b129768782cdda3ae603bf3f86f
parenta93f5ec16facfc63f011cfce0687d52d648e1745
docker: Install Python 3.4

Currently, we tox test against Python 3.4. Python 3.4 is included with
Ubuntu 14.04, which is supported for several years to come, so we want
to keep supporting it. However, Python 3.4 isn't included with Ubuntu
16.04, which is what the Docker image is based on.

We could downgrade the container to 14.04, but then we'd struggle to
get Python 3.5 into the container. Python 3.5 is the most recent in the
Python 3 series, so we should also be supporting it.

Add the apt sources for Trusty and pull in Python 3.4 from there.

Signed-off-by: Daniel Axtens <dja@axtens.net>
Signed-off-by: Stephen Finucane <stephenfinucane@hotmail.com>
tools/docker/Dockerfile
tools/docker/trusty.list [new file with mode: 0644]