diff --git a/skylab/core/galaxy.yml b/skylab/core/galaxy.yml index abd8de7..3adb480 100644 --- a/skylab/core/galaxy.yml +++ b/skylab/core/galaxy.yml @@ -16,4 +16,5 @@ build_ignore: [] # collection label 'namespace.name'. The value is a version range # L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version # range specifiers can be set and are separated by ',' -dependencies: {} +dependencies: + community.docker: ">=2.0.2,<3.0.0"