Adds docker.io support

This (small) PR adds the docker-io package from Ubuntu Xenial as supported docker version

fixes #2775
This commit is contained in:
Robin Speekenbrink
2017-05-19 16:49:56 +02:00
committed by GitHub
parent 07f6a26c3e
commit 7d9f133824

2
debian/control vendored
View File

@@ -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 <dokku@josediazgonzalez.com>