From 7d9f1338245ceb655d69f182038cdd711c6f1785 Mon Sep 17 00:00:00 2001 From: Robin Speekenbrink Date: Fri, 19 May 2017 16:49:56 +0200 Subject: [PATCH] Adds docker.io support This (small) PR adds the docker-io package from Ubuntu Xenial as supported docker version fixes #2775 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 42c34e72f..6d39948b4 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Version: 0.9.4 Section: web Priority: optional Architecture: amd64 -Depends: locales, git, make, curl, gcc, man-db, sshcommand (>= 0.6.0), gliderlabs-sigil, docker-engine-cs (>= 1.9.1) | docker-engine (>= 1.9.1) | docker-ce | docker-ee, software-properties-common, python-software-properties | python3-software-properties +Depends: locales, git, make, curl, gcc, man-db, sshcommand (>= 0.6.0), gliderlabs-sigil, docker-engine-cs (>= 1.9.1) | docker-engine (>= 1.9.1) | docker-io (>= 1.10.3) | docker-ce | docker-ee, software-properties-common, python-software-properties | python3-software-properties Recommends: herokuish (>= 0.3.4), parallel Pre-Depends: nginx (>= 1.8.0), dnsutils, cgroupfs-mount | cgroup-lite, plugn (>= 0.3.0), sudo, python2.7, debconf Maintainer: Jose Diaz-Gonzalez