DCD-486: Add optional Docker installation.

This commit is contained in:
Steve Smith
2019-07-17 13:48:57 +10:00
parent 0d2a12a27c
commit 0a6769a8bd
9 changed files with 76 additions and 0 deletions

View File

@@ -14,3 +14,4 @@ def test_user_prereq(host):
def test_support_packages(host):
assert host.file('/usr/bin/jq').exists
assert host.file('/usr/bin/curl').exists
assert not host.file('/usr/bin/docker').exists