Commit dd70a0e
committed
rpm: docker-ce-cli: add docker-compose-plugin as "required"
Unfortunately (unlike deb packages), rpm packages do not have "soft" dependencies,
so to define a relation between the docker cli and the compose-plugin, we must
use "requires".
Alternatively, we can omit the dependency, to make the plugin an "optional" install,
and handle this through documentation, and in the script at download.docker.com.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>1 parent 310bcc7 commit dd70a0e
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments