Skip to content

Commit a6baa8b

Browse files
committed
deb: add docker-compose-plugin as "recommends"
This adds a "weak" dependency on the docker-compose-plugin, per the recommendations in https://debian-handbook.info/browse/stable/sect.package-meta-information.html#id-1.8.6.7.10.10 The "recommends" dependency will be installed by default, but does allow users to opt-out using `--no-install-recommends` to perform a lightweight installation for setups that only need basic functionality of docker; > (...) the “recommended” dependencies, the most important, considerably improve > the functionality offered by the package but are not indispensable to its operation. > (...) You should always install the “recommended” packages, unless you know exactly > why you do not need them. This is now also the default for APT unless configured > otherwise. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 8448ce4 commit a6baa8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deb/common/control

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ Package: docker-ce-cli
6363
Architecture: linux-any
6464
Depends: ${shlibs:Depends}
6565
# TODO change once we support scan-plugin on other architectures
66-
Recommends: docker-scan-plugin [amd64]
66+
Recommends: docker-compose-plugin,
67+
docker-scan-plugin [amd64]
6768
Conflicts: docker (<< 1.5~),
6869
docker-engine,
6970
docker-engine-cs,

0 commit comments

Comments
 (0)