mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add "Conflicts" to our lxc-docker package to make it more clear that we can't/shouldn't be installed alongside either "docker" or "docker.io"
Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
This commit is contained in:
parent
6af6b72023
commit
6d1c0a91f8
1 changed files with 2 additions and 0 deletions
|
@ -119,6 +119,8 @@ EOF
|
|||
--deb-recommends xz-utils \
|
||||
--description "$PACKAGE_DESCRIPTION" \
|
||||
--maintainer "$PACKAGE_MAINTAINER" \
|
||||
--conflicts docker \
|
||||
--conflicts docker.io \
|
||||
--conflicts lxc-docker-virtual-package \
|
||||
--provides lxc-docker \
|
||||
--provides lxc-docker-virtual-package \
|
||||
|
|
Loading…
Add table
Reference in a new issue