diff --git a/BUILD/mdbci/templates/build.json.template b/BUILD/mdbci/templates/build.json.template index 08f93905a..9f3a21b6e 100644 --- a/BUILD/mdbci/templates/build.json.template +++ b/BUILD/mdbci/templates/build.json.template @@ -3,7 +3,11 @@ { "hostname" : "default", "memory_size" : "4096", - "box" : "$box" + "box" : "$box", + "product" : { + "name": "docker" + } + } }