mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
add aufs-tools to lxc-docker dependencies
This commit is contained in:
parent
2f67a62b5b
commit
e53721ef69
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ Homepage: http://github.com/dotcloud/docker
|
|||
|
||||
Package: lxc-docker
|
||||
Architecture: linux-any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, lxc, bsdtar
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, lxc, bsdtar, aufs-tools
|
||||
Description: Linux container runtime
|
||||
Docker complements LXC with a high-level API which operates at the process
|
||||
level. It runs unix processes with strong guarantees of isolation and
|
||||
|
|
|
@ -8,7 +8,7 @@ Homepage: http://github.com/dotcloud/docker
|
|||
|
||||
Package: lxc-docker
|
||||
Architecture: linux-any
|
||||
Depends: ${misc:Depends},${shlibs:Depends},lxc,bsdtar
|
||||
Depends: ${misc:Depends},${shlibs:Depends},lxc,bsdtar,aufs-tools
|
||||
Conflicts: docker
|
||||
Description: lxc-docker is a Linux container runtime
|
||||
Docker complements LXC with a high-level API which operates at the process
|
||||
|
|
Loading…
Add table
Reference in a new issue