From patchwork Sun Apr 24 02:27:58 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [4,of,5,STABLE] docker: add ubuntu wily From: Sean Farley X-Patchwork-Id: 14777 Message-Id: <1df31c7b89d3f29b3602.1461464878@laptop.local> To: mercurial-devel@mercurial-scm.org Date: Sat, 23 Apr 2016 19:27:58 -0700 # HG changeset patch # User Sean Farley # Date 1461442669 25200 # Sat Apr 23 13:17:49 2016 -0700 # Branch stable # Node ID 1df31c7b89d3f29b3602dd3f42ec80312c1c973a # Parent e227e4c3c4d4e12bbdf29c62f1ebe8b4fc126390 # EXP-Topic docker-ppa docker: add ubuntu wily diff --git a/contrib/docker/ubuntu-trusty b/contrib/docker/ubuntu-wily copy from contrib/docker/ubuntu-trusty copy to contrib/docker/ubuntu-wily --- a/contrib/docker/ubuntu-trusty +++ b/contrib/docker/ubuntu-wily @@ -1,6 +1,6 @@ -FROM ubuntu:trusty +FROM ubuntu:wily RUN apt-get update && apt-get install -y \ build-essential \ debhelper \ dh-python \ devscripts \