When using docker repository, its package is called lxc-docker rather than docker.io like in default Ubuntu repo.
Is it possible to specify that either docker.io or lxc-docker is good for travis-run?
Currently I need to modify debian/control to install it correctly
When using docker repository, its package is called
lxc-dockerrather thandocker.iolike in default Ubuntu repo.Is it possible to specify that either
docker.ioorlxc-dockeris good fortravis-run?Currently I need to modify
debian/controlto install it correctly